Ignore debug instruction OpString

It may be used with OpLine or OpSource to specify filename.
This commit is contained in:
David Srbecky 2017-06-27 15:34:45 +01:00
parent ecf830846f
commit a08b26926c

View File

@ -1189,6 +1189,7 @@ void Compiler::parse(const Instruction &instruction)
case OpSourceExtension:
case OpNop:
case OpLine:
case OpString:
break;
case OpSource: