feat: 优化表达式解析器,添加终止符重置功能及代码格式调整
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Fig
|
||||
std::uint8_t a = decodeA(inst);
|
||||
switch (op)
|
||||
{
|
||||
case OpCode::Exit: {
|
||||
case OpCode::Exit: { [[unlikely]]
|
||||
return Value::GetNullInstance();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user