Merge pull request #36 from KTXSoftware/master

Do not try to pump OpLine instructions into a block
This commit is contained in:
Hans-Kristian Arntzen 2016-08-12 11:52:11 +02:00 committed by GitHub
commit b34a0067a2

View File

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