mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-27 17:55:21 +01:00
backend/arm64/a32_address_space: Protect code memory at end of prologue emission (#712)
Bug fix
This commit is contained in:
parent
f374d6acb0
commit
4b80be4bd9
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ void A32AddressSpace::EmitPrelude() {
|
|||
prelude_info.end_of_prelude = code.ptr<u32*>();
|
||||
|
||||
mem.invalidate_all();
|
||||
mem.protect();
|
||||
}
|
||||
|
||||
size_t A32AddressSpace::GetRemainingSize() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue