mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.trace.agx: Fix broken TA parsing
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
d2cb85d048
commit
d437d04dd4
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ class AGXTracer(ASCTracer):
|
|||
self.log(f" unkptr_18 @ {wi0.buf_thing.unkptr_18:#x}::")
|
||||
chexdump(read(wi0.buf_thing.unkptr_18, 0x80), print_fn=self.log)
|
||||
|
||||
if getattr(wi0, "struct2", None):
|
||||
if getattr(wi0, "struct_2", None):
|
||||
data = read(wi0.struct_2.tvb_cluster_meta1, 0x100000)
|
||||
self.log(f" meta1 @ {wi0.struct_2.tvb_cluster_meta1:#x}:")
|
||||
chexdump(data, print_fn=self.log)
|
||||
|
|
Loading…
Reference in a new issue