mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GP-3720_Dan_fixAddressTrackingWithBrokenWatch' into patch
This commit is contained in:
commit
9f57a095d8
1 changed files with 6 additions and 3 deletions
|
@ -308,9 +308,12 @@ public enum SleighUtils {
|
|||
match(tree, SleighParser.OP_DEREFERENCE, onSize, onOffset);
|
||||
return;
|
||||
default:
|
||||
matchTree(tree, SleighParser.OP_DEREFERENCE, children -> {
|
||||
throw new AssertionError(
|
||||
"OP_DEREFERENCE with 2 children where child[0] is " +
|
||||
SleighParser.tokenNames[child0.getType()]);
|
||||
});
|
||||
return;
|
||||
}
|
||||
case 1:
|
||||
match(tree, SleighParser.OP_DEREFERENCE, onOffset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue