Merge branch 'GP-0_ryanmkurtz_PR-3760_GameCubeGBA_pdb-hasRangeMatch'

This commit is contained in:
Ryan Kurtz 2023-07-14 13:24:25 -04:00
commit befa5aa772

View File

@ -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()) {