Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@43 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -2602,12 +2602,8 @@ static void addsubeq (GenDesc* Gen, struct expent *lval, int k)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the lhs is character sized, the operation may be later done
|
/* Adjust the rhs to the lhs */
|
||||||
* with characters.
|
g_typeadjust (flags, TypeOf (lval2.e_tptr));
|
||||||
*/
|
|
||||||
if (SizeOf (lval->e_tptr) == 1) {
|
|
||||||
flags |= CF_FORCECHAR;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Output apropriate code */
|
/* Output apropriate code */
|
||||||
if (lval->e_flags & E_MGLOBAL) {
|
if (lval->e_flags & E_MGLOBAL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user