diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-09-17 19:56:49 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-09-17 19:56:49 +0200 |
commit | 3c499e2765034baaeba865c68c0cd79cd9f62186 (patch) | |
tree | 58c92ca861f889803b0c366be17cc91fa50fcf60 /x86_64 | |
parent | 66775cd2279be8e81269c06575c836900aa64793 (diff) | |
download | gnumach-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.S | 2 |
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 */ |