mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
Don't use LONG_LONG when it isn't available.
This commit is contained in:
@ -630,9 +630,7 @@ longest_local_hex_string_custom (num, width)
|
||||
can use local_hex_string_custom
|
||||
*/
|
||||
return local_hex_string_custom ((unsigned long) num, width);
|
||||
#endif
|
||||
|
||||
#if defined (PRINTF_HAS_LONG_LONG)
|
||||
#elif defined (PRINTF_HAS_LONG_LONG)
|
||||
/* Just use printf. */
|
||||
strcpy (format, local_hex_format_prefix ()); /* 0x */
|
||||
strcat (format, "%");
|
||||
|
Reference in New Issue
Block a user