Fixed a small bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1426 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -2755,7 +2755,7 @@ static int hieQuest (ExprDesc *lval)
|
|||||||
type3 = lval3.Type;
|
type3 = lval3.Type;
|
||||||
if (!IsTypeVoid (lval3.Type)) {
|
if (!IsTypeVoid (lval3.Type)) {
|
||||||
/* Load it into the primary */
|
/* 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.
|
/* Check if any conversions are needed, if so, do them.
|
||||||
|
|||||||
Reference in New Issue
Block a user