fixed the
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 14 May 2001 14:07:38 +0000 (14:07 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 14 May 2001 14:07:38 +0000 (14:07 +0000)
commit25b445778074199472238a6178f40ed1e0f39058
tree41a1be833460e2a130eb8051337164770e35f8aa
parentc7ba656fd5992b1efd1a724255f23381ace27174
fixed the

int i=100;
printf ("%d", i/8);

bug, where i/8 was replaced by a short (==char :)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@819 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/SDCCcse.c
src/SDCCicode.c
src/ds390/ralloc.c
src/mcs51/ralloc.c