summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-08 00:02:47 +0000
committerpeter <peter@FreeBSD.org>2003-05-08 00:02:47 +0000
commitc0c9e857817ea4cd7f136f335f31a0b397354ff0 (patch)
tree10f7b66481eab3eab541e27afa90fa4bffe5ccba /lib
parentb4ea6939e7cf7e6c17dc5a4ab0b629c7d989c881 (diff)
downloadFreeBSD-src-c0c9e857817ea4cd7f136f335f31a0b397354ff0.zip
FreeBSD-src-c0c9e857817ea4cd7f136f335f31a0b397354ff0.tar.gz
Fix typo, even though this is unused.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/amd64/gen/alloca.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/alloca.S b/lib/libc/amd64/gen/alloca.S
index e3c7794..c94eafa 100644
--- a/lib/libc/amd64/gen/alloca.S
+++ b/lib/libc/amd64/gen/alloca.S
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$");
ENTRY(alloca)
popq %rdx /* pop return addr */
- movl %rsp,%rcx
+ movq %rsp,%rcx
addq $15,%rdi /* round amount to allocate up to 16 bytes */
andq $~15,%rdi
subq %rdi,%rsp
OpenPOWER on IntegriCloud