mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-07 12:32:21 +00:00
revert vm_protect of ROM area
This commit is contained in:
parent
0903a3adfd
commit
aaeb0dd5eb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user