aboutsummaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-09-17 19:56:49 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-09-17 19:56:49 +0200
commit3c499e2765034baaeba865c68c0cd79cd9f62186 (patch)
tree58c92ca861f889803b0c366be17cc91fa50fcf60 /x86_64
parent66775cd2279be8e81269c06575c836900aa64793 (diff)
downloadgnumach-3c499e2765034baaeba865c68c0cd79cd9f62186.tar.gz
gnumach-3c499e2765034baaeba865c68c0cd79cd9f62186.tar.bz2
gnumach-3c499e2765034baaeba865c68c0cd79cd9f62186.zip
x86_64: fix build
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/locore.S2
1 files changed, 1 insertions, 1 deletions
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 */