backend/arm64/a32_address_space: Protect code memory at end of prologue emission (#712)

Bug fix
This commit is contained in:
Banny
2022-10-24 06:04:10 +08:00
committed by GitHub
parent f374d6acb0
commit 4b80be4bd9

View File

@@ -220,6 +220,7 @@ void A32AddressSpace::EmitPrelude() {
prelude_info.end_of_prelude = code.ptr<u32*>();
mem.invalidate_all();
mem.protect();
}
size_t A32AddressSpace::GetRemainingSize() {