mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed BfConstType_ExtractValue failed case in WriteConstant
This commit is contained in:
parent
fade92d658
commit
70830358c8
1 changed files with 3 additions and 0 deletions
|
@ -4398,6 +4398,9 @@ bool CeContext::WriteConstant(BfModule* module, addr_ce addr, BfConstant* consta
|
|||
|
||||
if (checkConstant->mConstType == BfConstType_AggCE)
|
||||
return WriteConstant(module, addr, checkConstant, type, isParams);
|
||||
|
||||
// Unhandled
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue