Merge remote-tracking branch 'origin/GP-6094_d-millar_state_error' into Ghidra_12.0

This commit is contained in:
ghidra1
2025-11-07 12:23:23 -05:00

View File

@@ -828,7 +828,7 @@ def read_mem(process: Process, range: AddressRange) -> None:
display_result=False)
if result['count'] == 0:
commands.putmem_state(
offset_start, offset_start + range.length() - 1, 'error')
offset_start, range.length() - 1, 'error')
@REGISTRY.method()