mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch
'origin/GP-5119_d-millar_possible_putreg_errors' (Closes #7174)
This commit is contained in:
commit
a7c192c58e
1 changed files with 1 additions and 1 deletions
|
@ -591,8 +591,8 @@ def putreg():
|
|||
regs = util.dbg._base.reg
|
||||
for i in range(0, len(regs)):
|
||||
name = regs._reg.GetDescription(i)[0]
|
||||
value = regs._get_register_by_index(i)
|
||||
try:
|
||||
value = regs._get_register_by_index(i)
|
||||
values.append(mapper.map_value(nproc, name, value))
|
||||
robj.set_value(name, hex(value))
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue