mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
This commit is contained in:
@ -1764,7 +1764,7 @@ printf_command (arg, from_tty)
|
|||||||
/* We build up a va_list to pass to vprintf. This is unnecessary;
|
/* We build up a va_list to pass to vprintf. This is unnecessary;
|
||||||
instead of calling vprintf ("%d%f", <constructed va_list>) we
|
instead of calling vprintf ("%d%f", <constructed va_list>) we
|
||||||
could just call printf ("%d", arg1); printf ("%f", arg2);. Funny
|
could just call printf ("%d", arg1); printf ("%f", arg2);. Funny
|
||||||
how I thought of that right *after* I the MAKEVA stuff pretty much
|
how I thought of that right *after* I got the MAKEVA stuff pretty much
|
||||||
working... */
|
working... */
|
||||||
makeva_list *args_makeva;
|
makeva_list *args_makeva;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user