-Changed variable types so they're more portable
This commit is contained in:
parent
8638225f69
commit
83472a5fb8
|
@ -26,7 +26,7 @@
|
|||
|
||||
typedef struct armcpu_t armcpu_t;
|
||||
|
||||
extern unsigned long (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
extern u32 (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue