mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
fixup! a64/fastmem: Implement fastmem on 128 bit memory access.
This commit is contained in:
parent
e82685223a
commit
36c3b289a0
@ -1120,6 +1120,7 @@ void A64EmitX64::EmitA64ReadMemory128(A64EmitContext& ctx, IR::Inst* inst) {
|
|||||||
// Use page table
|
// Use page table
|
||||||
ASSERT(conf.page_table);
|
ASSERT(conf.page_table);
|
||||||
const auto src_ptr = EmitVAddrLookup(code, ctx, 128, abort, vaddr);
|
const auto src_ptr = EmitVAddrLookup(code, ctx, 128, abort, vaddr);
|
||||||
|
require_abort_handling = true;
|
||||||
code.movups(value, xword[src_ptr]);
|
code.movups(value, xword[src_ptr]);
|
||||||
}
|
}
|
||||||
code.L(end);
|
code.L(end);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user