Fix typo, even though this is unused.

This commit is contained in:
Peter Wemm 2003-05-08 00:02:47 +00:00
parent c48f718c25
commit 74b0b3cfcb

View File

@ -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