-Fixed a few more issues in the main emulator code that needed to be done before we can officially start compiling them as C code.
This commit is contained in:
parent
7335f182a1
commit
62a1a321cc
|
@ -23,8 +23,7 @@
|
|||
#define ARMINSTRUCTION_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
typedef struct armcpu_t armcpu_t;
|
||||
#include "armcpu.h"
|
||||
|
||||
extern u32 (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
|
||||
|
|
Loading…
Reference in New Issue