Fixing lalr on windows

This commit is contained in:
Ilusha 2024-03-09 12:02:02 +03:00
parent ffafeba6c2
commit afe32d6014
15 changed files with 1276 additions and 1226 deletions

View file

@ -128,7 +128,7 @@ void Interpreter::stepBytecodeIn() {
case OpCode::IGNORE:
{
NDO->destroy(mOperandsStack.getOperand());
mOperandsStack.getOperand();
break;
}