src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 2314
f95d63e2154a
parent 2201
d55217dc206f
child 2895
167b70ff3abc
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.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_64_HPP
     1.8 +#define CPU_X86_VM_STUBROUTINES_X86_64_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 @@ -113,3 +116,5 @@
    1.14      return _mxcsr_std;
    1.15    }
    1.16  };
    1.17 +
    1.18 +#endif // CPU_X86_VM_STUBROUTINES_X86_64_HPP

mercurial