diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 09:17:12 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 09:17:12 +0000 |
| commit | 1d062e2be87c5ea127eb4e06199c83c86ae412f7 (patch) | |
| tree | 60276925092cec90d0959942b4beda059d93328f /sys/alpha/linux | |
| parent | 4b7ef73d71f7c0c792a372272844274d64f332e5 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/linux_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/linux/linux_machdep.c b/sys/alpha/linux/linux_machdep.c index 66d21a48ad1b..c26ddaf08f32 100644 --- a/sys/alpha/linux/linux_machdep.c +++ b/sys/alpha/linux/linux_machdep.c @@ -133,7 +133,7 @@ linux_clone(struct thread *td, struct linux_clone_args *args) #ifdef DEBUG if (ldebug(clone)) { - printf(ARGS(clone, "flags %x, stack %x"), + printf(ARGS(clone, "flags %x, stack %x"), (unsigned int)args->flags, (unsigned int)args->stack); if (args->flags & CLONE_PID) printf(LMSG("CLONE_PID not yet supported")); |
