From 4cede8c4ce75127a528ab2dfb33fa5bf925a2d05 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 13 Nov 2001 02:49:12 +0000 Subject: * libc/sys/mmixware/*: Correct spacing in all source files. * libc/sys/mmixware/syscall.h: Move misplaced file... * libc/sys/mmixware/sys/syscall.h: ...here. --- newlib/libc/sys/mmixware/_exit.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'newlib/libc/sys/mmixware/_exit.c') diff --git a/newlib/libc/sys/mmixware/_exit.c b/newlib/libc/sys/mmixware/_exit.c index b528182ed..c20b7c95e 100644 --- a/newlib/libc/sys/mmixware/_exit.c +++ b/newlib/libc/sys/mmixware/_exit.c @@ -1,7 +1,6 @@ /* _exit for MMIXware. Copyright (C) 2001 Hans-Peter Nilsson. - Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved with no changes. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR @@ -20,7 +19,7 @@ void _exit (int n) simulator, so it seems in effect ineffective. We set it anyway; there may be a purpose. */ __asm__ ("SET $255,%0\n\tTRAP 0,0,0" - : /* No outputs. */ - : "r" (n) - : "memory"); + : /* No outputs. */ + : "r" (n) + : "memory"); } -- cgit v1.2.3