Ignore debug instruction OpString
It may be used with OpLine or OpSource to specify filename.
This commit is contained in:
parent
ecf830846f
commit
a08b26926c
@ -1189,6 +1189,7 @@ void Compiler::parse(const Instruction &instruction)
|
||||
case OpSourceExtension:
|
||||
case OpNop:
|
||||
case OpLine:
|
||||
case OpString:
|
||||
break;
|
||||
|
||||
case OpSource:
|
||||
|
Loading…
Reference in New Issue
Block a user