]> git.gag.com Git - fw/sdcc/commit
* device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 11:29:13 +0000 (11:29 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 11:29:13 +0000 (11:29 +0000)
commit9b04025fcabaee60e66857a559624fda7520b39d
tree361abccc14f0a1353c171a8573a9c653fba924a6
parent8c096f7ed9d52f614212a98fedfac407e7865567
* device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
  non-reentrant function __modsint in the interrupt function (thus
  corrupting math operations during serial I/O)
* device/lib/ser_ir.c: as above, changed buffersize
* src/mcs51/peeph.def: added 259.a,b for removing redundant ret
* doc/Makefile: added option -t for rsync

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3552 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog