1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Fixed a small bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@1426 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-10-03 09:00:57 +00:00
parent f5243e514c
commit 4389b0c438

View File

@ -2755,7 +2755,7 @@ static int hieQuest (ExprDesc *lval)
type3 = lval3.Type;
if (!IsTypeVoid (lval3.Type)) {
/* Load it into the primary */
exprhs (CF_NONE, k, &lval2);
exprhs (CF_NONE, k, &lval3);
}
/* Check if any conversions are needed, if so, do them.