Merge pull request #759 from lifpan/master

Handle opcode OpSourceContinued.
This commit is contained in:
Hans-Kristian Arntzen 2018-11-15 10:09:30 +01:00 committed by GitHub
commit e4822981cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@ void Parser::parse(const Instruction &instruction)
switch (op)
{
case OpMemoryModel:
case OpSourceContinued:
case OpSourceExtension:
case OpNop:
case OpLine: