mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 19:32:07 +00:00
add a missing cache flush, fixing some crashes on real 68040s
This commit is contained in:
parent
8563f68461
commit
2536e4ff65
@ -192,7 +192,9 @@ void Retro68InitMultisegApp()
|
||||
jtEntry->jmp.addr = addr;
|
||||
++jtEntry;
|
||||
}
|
||||
|
||||
if(relocState.hasFlushCodeCache)
|
||||
FlushCodeCache();
|
||||
|
||||
// Zero-initialize bss
|
||||
for(uint32_t *p = (uint32_t*) &_sbss;
|
||||
p < (uint32_t*) &_ebss; ++p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user