mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.xnutools: Update decode_debugger_state() for 12.0
We need to find a better way of doing this... Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
184a516367
commit
e06e58e864
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def decode_debugger_state(u, ctx):
|
|||
assert addr != 0
|
||||
return iface.readmem(addr, size)
|
||||
|
||||
p_state = p.hv_translate(ctx.regs[23], False, False)
|
||||
p_state = p.hv_translate(ctx.regs[25], False, False)
|
||||
assert p_state != 0
|
||||
di = iface.readstruct(p_state, DebuggerState)
|
||||
print(di)
|
||||
|
|
Loading…
Reference in a new issue