Disregard signed/unsigned difference in AstIdent::idID
This commit is contained in:
parent
d6af9c1555
commit
2232a76033
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user