From faaccceac65d71dabc5d6fc3da44b9efaa948bf2 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 31 May 2009 15:16:40 -0500 Subject: [PATCH] Fix rdtsc on Windows --- vm/cpu-x86.32.S | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/cpu-x86.32.S b/vm/cpu-x86.32.S index 1a9fd6165e..a879712190 100755 --- a/vm/cpu-x86.32.S +++ b/vm/cpu-x86.32.S @@ -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