src/cpu/sparc/vm/cppInterpreter_sparc.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/sparc/vm/cppInterpreter_sparc.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/sparc/vm/cppInterpreter_sparc.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_SPARC_VM_CPPINTERPRETER_SPARC_HPP
     1.8 +#define CPU_SPARC_VM_CPPINTERPRETER_SPARC_HPP
     1.9 +
    1.10    // Size of interpreter code.  Increase if too small.  Interpreter will
    1.11    // fail with a guarantee ("not enough space for interpreter generation");
    1.12    // if too small.
    1.13 @@ -37,3 +40,5 @@
    1.14  #else
    1.15    const static int InterpreterCodeSize = 180 * K;
    1.16  #endif
    1.17 +
    1.18 +#endif // CPU_SPARC_VM_CPPINTERPRETER_SPARC_HPP

mercurial