From d7d6835d9314719a64d4e62f2fc1ee797838de6a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 3 Nov 1993 21:16:23 +0000 Subject: entered into RCS --- boot/syscall.S | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'boot/syscall.S') diff --git a/boot/syscall.S b/boot/syscall.S index 1145c8c8..ab392c9e 100644 --- a/boot/syscall.S +++ b/boot/syscall.S @@ -19,13 +19,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ -#include - /* This does not handle errors */ -ENTRY(syscall) +.text + .globl _syscall + .align 4 +_syscall: pop %ecx pop %eax push %ecx - .byte 0x9a, 0, 0, 0, 0, 7 0; + .byte 0x9a, 0, 0, 0, 0, 7, 0 ret -- cgit v1.2.3