mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
bugfix for crashes in ActionConstantPtr
This commit is contained in:
parent
56cc4d9f68
commit
b184abc188
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ void Funcdata::spacebaseConstant(PcodeOp *op,int4 slot,SymbolEntry *entry,const
|
||||||
opInsertBefore(zextOp,op);
|
opInsertBefore(zextOp,op);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
opSetOpcode(extraOp,CPUI_INT_ZEXT);
|
opSetOpcode(zextOp,CPUI_INT_ZEXT);
|
||||||
opSetInput(zextOp,outvn,0);
|
opSetInput(zextOp,outvn,0);
|
||||||
outvn = zextOp->getOut();
|
outvn = zextOp->getOut();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue