mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
Merge branch 'patch-1' of https://github.com/wesinator/ghidra into GT-2748_Dan_PR-Errata
This commit is contained in:
@@ -73,7 +73,7 @@ class VarnodeInfo {
|
||||
type = VarnodeType.Memory;
|
||||
}
|
||||
else {
|
||||
throw new IllegalArgumentException("Illegal varode address type");
|
||||
throw new IllegalArgumentException("Illegal varnode address type");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user