src/cpu/x86/vm/c1_globals_x86.hpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 4037
da91efe96a93
     1.1 --- a/src/cpu/x86/vm/c1_globals_x86.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/c1_globals_x86.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef CPU_X86_VM_C1_GLOBALS_X86_HPP
     1.8 +#define CPU_X86_VM_C1_GLOBALS_X86_HPP
     1.9 +
    1.10 +#include "utilities/globalDefinitions.hpp"
    1.11 +#include "utilities/macros.hpp"
    1.12 +
    1.13  // Sets the default values for platform dependent flags used by the client compiler.
    1.14  // (see c1_globals.hpp)
    1.15  
    1.16 @@ -60,3 +66,5 @@
    1.17  define_pd_global(bool, TwoOperandLIRForm,            true );
    1.18  
    1.19  define_pd_global(intx, SafepointPollOffset,          256  );
    1.20 +
    1.21 +#endif // CPU_X86_VM_C1_GLOBALS_X86_HPP

mercurial