Fix typo, even though this is unused.
This commit is contained in:
parent
c48f718c25
commit
74b0b3cfcb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user