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