mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-0 fix COFF relocation error handler
This commit is contained in:
@@ -701,7 +701,13 @@ public class CoffLoader extends AbstractLibrarySupportLoader {
|
||||
++failureCount;
|
||||
failedAddr = address;
|
||||
handleRelocationError(program, address, relocationType,
|
||||
"Unsupported COFF relocation type", null);
|
||||
"unsupported type", null);
|
||||
}
|
||||
else if (status == Status.FAILURE) {
|
||||
++failureCount;
|
||||
failedAddr = address;
|
||||
handleRelocationError(program, address, relocationType,
|
||||
"unknown reason", null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user