Merge branch 'patch-1' of https://github.com/wesinator/ghidra into GT-2748_Dan_PR-Errata

This commit is contained in:
Dan 2019-04-11 11:16:19 -04:00
commit c0fe897d28

View File

@ -73,7 +73,7 @@ class VarnodeInfo {
type = VarnodeType.Memory; type = VarnodeType.Memory;
} }
else { else {
throw new IllegalArgumentException("Illegal varode address type"); throw new IllegalArgumentException("Illegal varnode address type");
} }
} }