diff src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents 291ffc492eb6
children
line wrap: on
line diff
--- a/src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp	Thu Mar 07 15:17:51 2013 +0100
+++ b/src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp	Thu Mar 07 21:00:29 2013 +0100
@@ -39,7 +39,7 @@
 // up the offset from FS of the thread pointer.
 void ThreadLocalStorage::generate_code_for_get_thread() {
       os::os_exception_wrapper( (java_call_t)call_wrapper_dummy,
-                                NULL, NULL, NULL, NULL, NULL);
+                                NULL, NULL, NULL, NULL);
 }
 
 void ThreadLocalStorage::pd_init() { }