Fix #67 bad NELID in vertex program parser

hg/feature/sse2
kaetemi 11 years ago
parent eb3c58cce9
commit 563afd027c

@ -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)
{

Loading…
Cancel
Save