-Changed variable types so they're more portable
This commit is contained in:
parent
fee31029b9
commit
65e81946a7
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "armcpu.h"
|
||||
|
||||
extern unsigned long (* __fastcall thumb_instructions_set[1024])(armcpu_t * cpu);
|
||||
extern u32 (* FASTCALL thumb_instructions_set[1024])(armcpu_t * cpu);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue