mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* proc-why.c (proc_prettyfprint_why): Fix format string.
This commit is contained in:
@ -154,7 +154,7 @@ proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
|
||||
#endif
|
||||
#ifdef PR_DEAD
|
||||
case PR_DEAD:
|
||||
fprintf (file, "Exit status: %d\n", what);
|
||||
fprintf (file, "Exit status: %ld\n", what);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
|
Reference in New Issue
Block a user