mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 08:05:42 -04:00
CPU/CodeCache: Fix crash when switching from interpreter to recompiler
This commit is contained in:
parent
b41d56d305
commit
a542fa85d6
@ -490,8 +490,9 @@ void Reinitialize()
|
||||
if (g_settings.IsUsingFastmem() && !InitializeFastmem())
|
||||
Panic("Failed to initialize fastmem");
|
||||
|
||||
ResetFastMap();
|
||||
AllocateFastMap();
|
||||
CompileDispatcher();
|
||||
ResetFastMap();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user