diff options
Diffstat (limited to 'boot/syscall.S')
-rw-r--r-- | boot/syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/syscall.S b/boot/syscall.S index 29be2478..92912186 100644 --- a/boot/syscall.S +++ b/boot/syscall.S @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <i386/asm.h> - .globl EXT(errno) +/* .globl EXT(errno)*/ .text ENTRY(syscall) pop %ecx |