mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-1518 Decompiler support for unions
This commit is contained in:
parent
53e2c4dc4f
commit
3fdbbbb231
65 changed files with 5119 additions and 1068 deletions
|
@ -3375,7 +3375,7 @@ const Datatype *BlockSwitch::getSwitchType(void) const
|
|||
|
||||
{
|
||||
PcodeOp *op = jump->getIndirectOp();
|
||||
return op->getIn(0)->getHigh()->getType();
|
||||
return op->getIn(0)->getHighTypeReadFacing(op);
|
||||
}
|
||||
|
||||
void BlockSwitch::markUnstructured(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue