mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
m68k disassembler (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1605 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b389dbfb58
commit
48024e4a48
6 changed files with 5073 additions and 7 deletions
|
@ -2155,10 +2155,6 @@ struct mips_opcode *mips_opcodes =
|
|||
int bfd_mips_num_opcodes = MIPS_NUM_OPCODES;
|
||||
#undef MIPS_NUM_OPCODES
|
||||
|
||||
typedef int bfd_boolean;
|
||||
#define TRUE (1)
|
||||
#define FALSE (0)
|
||||
|
||||
/* Mips instructions are at maximum this many bytes long. */
|
||||
#define INSNLEN 4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue