mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-11 07:43:27 +08:00
GP-2974: Fixing warnings
This commit is contained in:
@@ -91,7 +91,7 @@ public class DumpFunctionPatternInfoScript extends GhidraScript {
|
||||
|
||||
AddressSetView initialized = currentProgram.getMemory().getLoadedAndInitializedAddressSet();
|
||||
while (fIter.hasNext()) {
|
||||
monitor.checkCanceled();
|
||||
monitor.checkCancelled();
|
||||
Function func = fIter.next();
|
||||
if (func.isThunk()) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user