mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 12:43:12 -04:00
Added profiling support for Xint0x80_syscall.
This commit is contained in:
parent
5cbcfccb41
commit
7a9e253666
1 changed files with 2 additions and 0 deletions
|
|
@ -63,5 +63,7 @@ IDTVEC(int0x80_syscall)
|
|||
movq %r13,TF_R13(%rsp)
|
||||
movq %r14,TF_R14(%rsp)
|
||||
movq %r15,TF_R15(%rsp)
|
||||
FAKE_MCOUNT(TF_RIP(%rsp))
|
||||
call ia32_syscall
|
||||
MEXITCOUNT
|
||||
jmp doreti
|
||||
|
|
|
|||
Loading…
Reference in a new issue