diff --git a/IDEHelper/Compiler/CeMachine.cpp b/IDEHelper/Compiler/CeMachine.cpp index 07599669..f74acb25 100644 --- a/IDEHelper/Compiler/CeMachine.cpp +++ b/IDEHelper/Compiler/CeMachine.cpp @@ -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; } }