-Changed variable types so they're more portable

This commit is contained in:
cyberwarriorx 2006-04-12 20:55:35 +00:00
parent 8638225f69
commit 83472a5fb8
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 u32 (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
#endif