mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 04:35:53 +08:00
Merge remote-tracking branch 'origin/GT-3237_ConstantPtrCrash' into Ghidra_9.1
This commit is contained in:
@@ -371,7 +371,7 @@ void Funcdata::spacebaseConstant(PcodeOp *op,int4 slot,SymbolEntry *entry,const
|
||||
opInsertBefore(zextOp,op);
|
||||
}
|
||||
else
|
||||
opSetOpcode(extraOp,CPUI_INT_ZEXT);
|
||||
opSetOpcode(zextOp,CPUI_INT_ZEXT);
|
||||
opSetInput(zextOp,outvn,0);
|
||||
outvn = zextOp->getOut();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user