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

View File

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