mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
ld_gs_base is executing with stack containing only the frame,
temporary pushed %rflags has been popped already. Pointy hat to: kib MFC after: 3 days
This commit is contained in:
parent
aa12cea2cc
commit
b71e04d3a8
1 changed files with 0 additions and 1 deletions
|
|
@ -815,7 +815,6 @@ fsbase_load_fault:
|
|||
ALIGN_TEXT
|
||||
.globl gsbase_load_fault
|
||||
gsbase_load_fault:
|
||||
popfq
|
||||
movl $T_PROTFLT,TF_TRAPNO(%rsp)
|
||||
movq %rsp, %rdi
|
||||
call trap
|
||||
|
|
|
|||
Loading…
Reference in a new issue