Fix rdtsc on Windows

Slava Pestov 2009-05-31 15:16:40 -05:00
parent 1d23dabb09
commit ac0bd37a6b
1 changed files with 1 additions and 0 deletions

View File

@ -73,4 +73,5 @@ DEF(void,primitive_inline_cache_miss_tail,(void)):
#ifdef WINDOWS
.section .drectve
.ascii " -export:check_sse2"
.ascii " -export:read_timestamp_counter"
#endif