diff --git a/proxyclient/m1n1/hv.py b/proxyclient/m1n1/hv.py index d9e3da35..68f806ef 100644 --- a/proxyclient/m1n1/hv.py +++ b/proxyclient/m1n1/hv.py @@ -241,7 +241,7 @@ class HV: need_write = any(m[3] for m in maps) if mode == TraceMode.RESERVED: - print(f"PT[{mzone.start:09x}:{mzone.stop:09x}] -> RESERVED") + print(f"PT[{mzone.start:09x}:{mzone.stop:09x}] -> RESERVED {ident}") continue elif mode == TraceMode.HOOK: if need_read and not read: