mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-15 11:27:35 +00:00
revert vm_protect of ROM area
This commit is contained in:
@@ -1004,7 +1004,7 @@ int main(int argc, char **argv)
|
|||||||
#if !EMULATED_PPC
|
#if !EMULATED_PPC
|
||||||
flush_icache_range(ROMBase, ROMBase + ROM_AREA_SIZE);
|
flush_icache_range(ROMBase, ROMBase + ROM_AREA_SIZE);
|
||||||
#endif
|
#endif
|
||||||
// vm_protect(ROMBaseHost, ROM_AREA_SIZE, VM_PAGE_READ | VM_PAGE_EXECUTE);
|
vm_protect(ROMBaseHost, ROM_AREA_SIZE, VM_PAGE_READ | VM_PAGE_EXECUTE);
|
||||||
|
|
||||||
// Start 60Hz thread
|
// Start 60Hz thread
|
||||||
tick_thread_cancel = false;
|
tick_thread_cancel = false;
|
||||||
|
Reference in New Issue
Block a user