bugfix for crashes in ActionConstantPtr

This commit is contained in:
caheckman 2019-10-15 13:15:13 -04:00
parent 56cc4d9f68
commit b184abc188

View file

@ -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();
}