mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 07:56:27 +00:00
fixup! a64/fastmem: Implement fastmem on 128 bit memory access.
This commit is contained in:
@@ -1120,6 +1120,7 @@ void A64EmitX64::EmitA64ReadMemory128(A64EmitContext& ctx, IR::Inst* inst) {
|
||||
// Use page table
|
||||
ASSERT(conf.page_table);
|
||||
const auto src_ptr = EmitVAddrLookup(code, ctx, 128, abort, vaddr);
|
||||
require_abort_handling = true;
|
||||
code.movups(value, xword[src_ptr]);
|
||||
}
|
||||
code.L(end);
|
||||
|
||||
Reference in New Issue
Block a user