mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Fix printf format in a debug printf.
This commit is contained in:
parent
e68c51ed5d
commit
760eb2e033
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113577
@ -878,7 +878,7 @@ linux_personality(struct thread *td, struct linux_personality_args *args)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
if (ldebug(personality))
|
||||
printf(ARGS(personality, "%d"), args->per);
|
||||
printf(ARGS(personality, "%ld"), args->per);
|
||||
#endif
|
||||
#ifndef __alpha__
|
||||
if (args->per != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user