From 3c499e2765034baaeba865c68c0cd79cd9f62186 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 17 Sep 2022 19:56:49 +0200 Subject: x86_64: fix build --- x86_64/locore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x86_64') diff --git a/x86_64/locore.S b/x86_64/locore.S index bbb63252..01184e29 100644 --- a/x86_64/locore.S +++ b/x86_64/locore.S @@ -1333,7 +1333,7 @@ ENTRY(copyinmsg) lodsl /* But don't actually store it: we have already set it above to what we really copy */ - addl $4,%rdi + addq $4,%rdi xorq %rax,%rax /* Copy msgh_remote_port */ -- cgit v1.2.3