Merge remote-tracking branch 'origin/GT-3237_ConstantPtrCrash' into Ghidra_9.1

This commit is contained in:
Ryan Kurtz
2019-10-16 09:31:38 -04:00
@@ -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();
}