Replaced __fastcall by FASTCALL
This commit is contained in:
parent
84bf311aeb
commit
f7deeb4180
|
@ -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