Handle opcode OpModuleProcessed.

This commit is contained in:
lifpan 2018-11-13 14:28:38 +08:00
parent f734d78c15
commit 9161096676

View File

@ -152,6 +152,7 @@ void Parser::parse(const Instruction &instruction)
case OpLine: case OpLine:
case OpNoLine: case OpNoLine:
case OpString: case OpString:
case OpModuleProcessed:
break; break;
case OpSource: case OpSource: