X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..c910b4d9d2451126ae3917b931cd4390c11e1d52:/pexpert/i386/pe_misc.s diff --git a/pexpert/i386/pe_misc.s b/pexpert/i386/pe_misc.s index 71bc46014..a5b224b70 100644 --- a/pexpert/i386/pe_misc.s +++ b/pexpert/i386/pe_misc.s @@ -39,7 +39,9 @@ ENTRY(PE_get_timebase) movl S_ARG0, %ecx + lfence rdtsc + lfence movl %edx, 0(%ecx) movl %eax, 4(%ecx)