summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2022-10-01 10:59:09 +1000
committerDamien Zammit <damien@zamaudio.com>2022-10-01 12:42:40 +1000
commitb8a6e316e5dd54062ca2b7b52d869e2b47d48f08 (patch)
treec4d7b4ee41278fbe3dff3d4518259c6defcab7a9
parent62fe2e37c59f6f71eb3e06c48be75d1acb3ef41f (diff)
Spurious change to x86_64/locore.Sfeat-smp-leftovers
-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 01184e29..bbb63252 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 */
- addq $4,%rdi
+ addl $4,%rdi
xorq %rax,%rax
/* Copy msgh_remote_port */