mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix typo, even though this is unused.
This commit is contained in:
parent
c48f718c25
commit
74b0b3cfcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue