comparison src/cpu/x86/vm/stubRoutines_x86_32.cpp @ 304:dc7f315e41f7

5108146: Merge i486 and amd64 cpu directories 6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
author never
date Wed, 27 Aug 2008 00:21:55 -0700
parents a61af66fc99e
children 9ee9cf798b59
comparison
equal deleted inserted replaced
303:fa4d1d240383 304:dc7f315e41f7
26 #include "incls/_stubRoutines_x86_32.cpp.incl" 26 #include "incls/_stubRoutines_x86_32.cpp.incl"
27 27
28 // Implementation of the platform-specific part of StubRoutines - for 28 // Implementation of the platform-specific part of StubRoutines - for
29 // a description of how to extend it, see the stubRoutines.hpp file. 29 // a description of how to extend it, see the stubRoutines.hpp file.
30 30
31 address StubRoutines::i486::_verify_mxcsr_entry = NULL; 31 address StubRoutines::x86::_verify_mxcsr_entry = NULL;
32 address StubRoutines::i486::_verify_fpu_cntrl_wrd_entry= NULL; 32 address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry= NULL;
33 address StubRoutines::i486::_call_stub_compiled_return = NULL; 33 address StubRoutines::x86::_call_stub_compiled_return = NULL;