mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 23:16:32 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-3760_GameCubeGBA_pdb-hasRangeMatch'
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ class ApplyFunctions {
|
||||
return null;
|
||||
}
|
||||
AddressSet thunkBody = new AddressSet(thunkFunction.getBody());
|
||||
boolean hasRangeMatch = true;
|
||||
boolean hasRangeMatch = false;
|
||||
AddressRangeIterator ari = thunkBody.getAddressRanges(true);
|
||||
while (ari.hasNext()) {
|
||||
if (monitor.isCancelled()) {
|
||||
|
||||
Reference in New Issue
Block a user