Fix rdtsc on Windows

db4
Slava Pestov 2009-05-31 15:16:40 -05:00
parent 0091558ff6
commit faaccceac6
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