Replaced __fastcall by FASTCALL
This commit is contained in:
parent
c9460e6d8b
commit
996a026e61
|
@ -26,7 +26,7 @@
|
|||
|
||||
typedef struct armcpu_t armcpu_t;
|
||||
|
||||
extern unsigned long (*__fastcall arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
extern unsigned long (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue