src/cpu/x86/vm/stubRoutines_x86_64.cpp

changeset 3606
da4be62fb889
parent 3156
f08d439fab8c
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Fri Feb 24 12:33:31 2012 -0800
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Mon Feb 27 09:17:44 2012 +0100
     1.3 @@ -43,6 +43,7 @@
     1.4  // a description of how to extend it, see the stubRoutines.hpp file.
     1.5  
     1.6  address StubRoutines::x86::_get_previous_fp_entry = NULL;
     1.7 +address StubRoutines::x86::_get_previous_sp_entry = NULL;
     1.8  
     1.9  address StubRoutines::x86::_verify_mxcsr_entry = NULL;
    1.10  

mercurial