Replaced __fastcall by FASTCALL

This commit is contained in:
yabause 2006-04-12 20:03:05 +00:00
parent c9460e6d8b
commit 996a026e61
1 changed files with 1 additions and 1 deletions

View File

@ -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