src/cpu/x86/vm/stubRoutines_x86_32.hpp

changeset 2314
f95d63e2154a
parent 2148
d257356e35f0
child 2552
638119ce7cfd
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,9 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef CPU_X86_VM_STUBROUTINES_X86_32_HPP
     1.8 +#define CPU_X86_VM_STUBROUTINES_X86_32_HPP
     1.9 +
    1.10  // This file holds the platform specific parts of the StubRoutines
    1.11  // definition. See stubRoutines.hpp for a description on how to
    1.12  // extend it.
    1.13 @@ -60,3 +63,5 @@
    1.14  
    1.15    static bool    returns_to_call_stub(address return_pc)     { return (return_pc == _call_stub_return_address) ||
    1.16                                                                         return_pc == x86::get_call_stub_compiled_return(); }
    1.17 +
    1.18 +#endif // CPU_X86_VM_STUBROUTINES_X86_32_HPP

mercurial