diff options
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 */ |