Fixed a small bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1426 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f5243e514c
commit
4389b0c438
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue