va_arg must be used with int instead of char/short. All integer arguments are at...
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Jan 2011 13:02:24 +0000 (13:02 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Jan 2011 13:02:24 +0000 (13:02 +0000)
[r28259]

ir/libcore/lc_printf_arg_types.def

index 54ee829..6de88bc 100644 (file)
@@ -1,5 +1,5 @@
-LC_ARG_TYPE(char, char)
-LC_ARG_TYPE(short, short)
+LC_ARG_TYPE(int, char)
+LC_ARG_TYPE(int, short)
 LC_ARG_TYPE(int, int)
 LC_ARG_TYPE(long, long)
 LC_ARG_TYPE(LC_LONGLONG, long_long)