Added profiling support for Xint0x80_syscall.
This commit is contained in:
parent
2b2f469df0
commit
aead6fc992
@ -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 New Issue
Block a user