* device/lib/pic16/libc/stdio/vfprintf.c,
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 10 Dec 2006 17:07:41 +0000 (17:07 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 10 Dec 2006 17:07:41 +0000 (17:07 +0000)
commite4064a8d08f56dbeb603fc46ddc2aa0f03c0802a
treec1140d4746dde5d8018ca7c1a3932e15739b2019
parentf7ef003ee605816776f9984ea4109ad3d8f94b5f
* device/lib/pic16/libc/stdio/vfprintf.c,
* device/lib/pic16/libc/stdio/printf_small.c,
* device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
  char arguments, as char varargs are cast to int by the caller,
  hopefully fixes #1604915 (other device libraries are still affected)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4511 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/lib/pic16/libc/stdio/printf_small.c
device/lib/pic16/libc/stdio/printf_tiny.c
device/lib/pic16/libc/stdio/vfprintf.c