mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
typo
This commit is contained in:
@@ -69,7 +69,7 @@ MACHINE_OP_REG_WRITE(regs_write_dwarf_x64)
|
|||||||
if (reg_size > 0) {
|
if (reg_size > 0) {
|
||||||
AssertAlways(value_size <= reg_size);
|
AssertAlways(value_size <= reg_size);
|
||||||
MemoryCopy(reg_bytes, value, value_size);
|
MemoryCopy(reg_bytes, value, value_size);
|
||||||
status = MachineOpResult_Fail;
|
status = MachineOpResult_Ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
|
|||||||
Reference in New Issue
Block a user