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 +