sigh I do the mistake every time

This commit is contained in:
Gregory Hainaut 2014-06-20 18:55:25 +02:00
parent fe30f2e48e
commit f998b72e99
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ extern void cpuTlbMissR(u32 addr, u32 bd);
extern void cpuTlbMissW(u32 addr, u32 bd);
extern void cpuTestHwInts();
extern void cpuClearInt(uint n);
extern __fastcall void GoemonPreloadTlb();
extern void __fastcall GoemonPreloadTlb();
extern void cpuSetNextEvent( u32 startCycle, s32 delta );
extern void cpuSetNextEventDelta( s32 delta );