mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Fix some typos, correctly jump into UTS.
This commit is contained in:
parent
64e64426d7
commit
3807b4840c
2 changed files with 4 additions and 4 deletions
|
|
@ -34,8 +34,8 @@ __FBSDID("$FreeBSD$");
|
|||
*/
|
||||
ENTRY(_amd64_enter_uts)
|
||||
addq %rcx, %rdx /* get stack base */
|
||||
andq -15, %rdx /* align to 16 bytes */
|
||||
andq $-15, %rdx /* align to 16 bytes */
|
||||
movq %rdx, %rsp /* switch to UTS stack */
|
||||
movq %rdx, %rbp /* set frame */
|
||||
jmp *(%rsi) /* jump to UTS entry point */
|
||||
pushq %rsi
|
||||
ret
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ __FBSDID("$FreeBSD$");
|
|||
*/
|
||||
ENTRY(_amd64_enter_uts)
|
||||
addq %rcx, %rdx /* get stack base */
|
||||
andq -15, %rdx /* align to 16 bytes */
|
||||
andq $-15, %rdx /* align to 16 bytes */
|
||||
movq %rdx, %rsp /* switch to UTS stack */
|
||||
movq %rdx, %rbp /* set frame */
|
||||
jmp *(%rsi) /* jump to UTS entry point */
|
||||
pushq %rsi
|
||||
ret
|
||||
|
|
|
|||
Loading…
Reference in a new issue