mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-17 04:20:01 +01:00
emit_x64: WriteMemory* microinstructions do not define a value
This commit is contained in:
parent
c92a6a5eb7
commit
517fe0f18e
@ -2820,7 +2820,7 @@ static void ReadMemory(BlockOfCode* code, RegAlloc& reg_alloc, IR::Inst* inst, U
|
|||||||
template<typename FunctionPointer>
|
template<typename FunctionPointer>
|
||||||
static void WriteMemory(BlockOfCode* code, RegAlloc& reg_alloc, IR::Inst* inst, UserCallbacks& cb, size_t bit_size, FunctionPointer fn) {
|
static void WriteMemory(BlockOfCode* code, RegAlloc& reg_alloc, IR::Inst* inst, UserCallbacks& cb, size_t bit_size, FunctionPointer fn) {
|
||||||
if (!cb.page_table) {
|
if (!cb.page_table) {
|
||||||
reg_alloc.HostCall(inst, inst->GetArg(0), inst->GetArg(1));
|
reg_alloc.HostCall(nullptr, inst->GetArg(0), inst->GetArg(1));
|
||||||
code->CallFunction(fn);
|
code->CallFunction(fn);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user