mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge branch 'GP-0_ryanmkurtz_PR-3760_GameCubeGBA_pdb-hasRangeMatch'
This commit is contained in:
commit
befa5aa772
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user