From 74b0b3cfcb9cd845068099d5cd11712ef8d1eea9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 8 May 2003 00:02:47 +0000 Subject: [PATCH] Fix typo, even though this is unused. --- lib/libc/amd64/gen/alloca.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/amd64/gen/alloca.S b/lib/libc/amd64/gen/alloca.S index e3c77940af97..c94eafa0116a 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