-Changed variable types so they're more portable

This commit is contained in:
cyberwarriorx 2006-04-10 02:00:55 +00:00
parent fee31029b9
commit 65e81946a7
1 changed files with 1 additions and 1 deletions

View File

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