comparison src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp @ 4994:e37be4557f0b

Small fix for windows.
author Andreas Woess <andreas.woess@jku.at>
date Tue, 28 Feb 2012 18:57:46 +0100
parents f95d63e2154a
children 291ffc492eb6
comparison
equal deleted inserted replaced
4993:897b7d18bebc 4994:e37be4557f0b
37 37
38 // We need to call the os_exception_wrapper once so that it sets 38 // We need to call the os_exception_wrapper once so that it sets
39 // up the offset from FS of the thread pointer. 39 // up the offset from FS of the thread pointer.
40 void ThreadLocalStorage::generate_code_for_get_thread() { 40 void ThreadLocalStorage::generate_code_for_get_thread() {
41 os::os_exception_wrapper( (java_call_t)call_wrapper_dummy, 41 os::os_exception_wrapper( (java_call_t)call_wrapper_dummy,
42 NULL, NULL, NULL, NULL); 42 NULL, NULL, NULL, NULL, NULL);
43 } 43 }
44 44
45 void ThreadLocalStorage::pd_init() { } 45 void ThreadLocalStorage::pd_init() { }
46 46
47 void ThreadLocalStorage::pd_set_thread(Thread* thread) { 47 void ThreadLocalStorage::pd_set_thread(Thread* thread) {