From 05f2833388acd9da4468079c058e7dbfbdea1df5 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 29 Aug 2006 13:43:06 +0200 Subject: [PATCH] Detabified. --- src/stub/src/i386-bsd.syscall.S | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/stub/src/i386-bsd.syscall.S b/src/stub/src/i386-bsd.syscall.S index ab5a80e3..99426b16 100644 --- a/src/stub/src/i386-bsd.syscall.S +++ b/src/stub/src/i386-bsd.syscall.S @@ -28,8 +28,8 @@ ; ; */ - .code32 - .intel_syntax noprefix + .code32 + .intel_syntax noprefix #define SYS_mmap 197 #define SYS_syscall 198 @@ -103,3 +103,6 @@ SYS(gettimeofday) SYS(nanosleep) SYS(unlink) SYS(waitpid) + +// vi:ts=8:et:nowrap +