Merge with default

This commit is contained in:
kaetemi 2013-10-06 20:09:25 +02:00
commit 2c6d2a3bd3

View file

@ -885,7 +885,7 @@ bool CVPParser::parseInstruction(CVPInstruction &instr, std::string &errorOutput
}
// it is not allowed to write to an adress register except for ARL
if (instrStr != NELID("ARL"))
if (instrStr != NELID("ARL "))
{
if (instr.Dest.Type == CVPOperand::AddressRegister)
{