Disregard signed/unsigned difference in AstIdent::idID

This commit is contained in:
nemerle 2017-02-13 16:14:38 +01:00
parent d6af9c1555
commit 2232a76033

View File

@ -274,6 +274,7 @@ AstIdent *AstIdent::idID (const ID *retVal, LOCAL_ID *locsym, iICODE ix_)
newExp->ident.idNode.longIdx = idx;
break;
}
case TYPE_WORD_UNSIGN:
case TYPE_WORD_SIGN:
newExp = new RegisterNode(locsym->newByteWordReg(retVal->type, retVal->id.regi),WORD_REG,locsym);
break;