mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-17 18:12:18 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ public class ImageRuntimeFunctionEntries_X86 implements ImageRuntimeFunctionEntr
|
||||
public void markup(Program program, MessageLog log)
|
||||
throws DuplicateNameException, IOException {
|
||||
|
||||
if (beginAddress != 0 && !unwindInfo.hasChainedUnwindInfo()) {
|
||||
if (beginAddress != 0 && (unwindInfo == null || !unwindInfo.hasChainedUnwindInfo())) {
|
||||
AbstractProgramLoader.markAsFunction(program, null,
|
||||
program.getImageBase().add(beginAddress));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user