From ffbdff49c5cddffd1877114f44d3021ff870489b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 23 Sep 1995 06:30:10 +0000 Subject: Restore entry SP before return. --- boot/syscall.S | 1 + 1 file changed, 1 insertion(+) (limited to 'boot') diff --git a/boot/syscall.S b/boot/syscall.S index 92912186..a04ab28d 100644 --- a/boot/syscall.S +++ b/boot/syscall.S @@ -26,6 +26,7 @@ ENTRY(syscall) pop %eax push %ecx lcall $7, $0 + push %ecx /* Restore stack position. */ jb error ret error: -- cgit v1.2.3