1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Fixed a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@43 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-06-10 10:24:28 +00:00
parent 4744e3602c
commit 97c9226c1e

View File

@ -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) {