1
0
Fork 0
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:
Brian Fiete 2022-09-13 15:31:41 -07:00
parent fade92d658
commit 70830358c8

View file

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