Added profiling support for Xint0x80_syscall.

This commit is contained in:
bde 2004-05-23 19:06:15 +00:00
parent 2b2f469df0
commit aead6fc992

View File

@ -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