From 821ee3fc99b6363d7799d4f5cfa629e36b554dbf Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Tue, 9 Oct 2018 19:33:06 -0400 Subject: not much --- usys.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usys.S') diff --git a/usys.S b/usys.S index e62f3d9..69935e7 100644 --- a/usys.S +++ b/usys.S @@ -4,7 +4,7 @@ #define SYSCALL(name) \ .globl name; \ name: \ - movl $SYS_ ## name, %eax; \ + mov $SYS_ ## name, %rax; \ syscall; \ ret -- cgit v1.2.3