mirror of https://github.com/mgba-emu/mgba.git
Fill remainder of table
This commit is contained in:
parent
7a0fb72e7e
commit
6bd7a5ee53
|
@ -683,6 +683,10 @@ DEFINE_INSTRUCTION_ARM(SWI,)
|
|||
DECLARE_ARM_COPROCESSOR_BLOCK(COND, CDP, MCR), \
|
||||
DECLARE_ARM_SWI_BLOCK(COND)
|
||||
|
||||
#define DECLARE_EMPTY_BLOCK \
|
||||
DO_8(DO_256(0)), \
|
||||
DO_8(DO_256(0))
|
||||
|
||||
static const ARMInstruction armTable[0x10000] = {
|
||||
DECLARE_COND_BLOCK(EQ),
|
||||
DECLARE_COND_BLOCK(NE),
|
||||
|
@ -698,6 +702,6 @@ static const ARMInstruction armTable[0x10000] = {
|
|||
DECLARE_COND_BLOCK(LT),
|
||||
DECLARE_COND_BLOCK(GT),
|
||||
DECLARE_COND_BLOCK(LE),
|
||||
DECLARE_COND_BLOCK(AL)//,
|
||||
//DECLARE_EMPTY_BLOCK
|
||||
DECLARE_COND_BLOCK(AL),
|
||||
DECLARE_EMPTY_BLOCK
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue