mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0: Fix watch test
This commit is contained in:
parent
a5c26f49ca
commit
3aa34c032f
2 changed files with 4 additions and 1 deletions
|
@ -154,7 +154,7 @@ public enum TraceRegisterUtils {
|
|||
return rv.getRegisterValue(parent);
|
||||
}
|
||||
if (requireKnown) {
|
||||
if (TraceMemoryState.KNOWN != regs.getState(platform, snap, reg.getBaseRegister())) {
|
||||
if (TraceMemoryState.KNOWN != regs.getState(platform, snap, parent)) {
|
||||
throw new IllegalStateException("Must fetch " + parent + " before setting " + reg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue