fix a windows compile error added when the gcc compile error was fixed
This commit is contained in:
parent
831893aac7
commit
c151e6983c
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
extern u32 (FASTCALL* arm_instructions_set_0[4096])();
|
extern u32 (FASTCALL* arm_instructions_set_0[4096])();
|
||||||
extern u32 (FASTCALL* arm_instructions_set_1[4096])();
|
extern u32 (FASTCALL* arm_instructions_set_1[4096])();
|
||||||
extern char* arm_instruction_names[4096];
|
extern const char* arm_instruction_names[4096];
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
extern u32 (FASTCALL* thumb_instructions_set_0[1024])();
|
extern u32 (FASTCALL* thumb_instructions_set_0[1024])();
|
||||||
extern u32 (FASTCALL* thumb_instructions_set_1[1024])();
|
extern u32 (FASTCALL* thumb_instructions_set_1[1024])();
|
||||||
extern char* thumb_instruction_names[1024];
|
extern const char* thumb_instruction_names[1024];
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue