src/cpu/x86/vm/cppInterpreter_x86.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/x86/vm/cppInterpreter_x86.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/cppInterpreter_x86.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_CPPINTERPRETER_X86_HPP
     1.8 +#define CPU_X86_VM_CPPINTERPRETER_X86_HPP
     1.9 +
    1.10  
    1.11    protected:
    1.12  
    1.13 @@ -31,3 +34,5 @@
    1.14    // Run with +PrintInterpreter to get the VM to print out the size.
    1.15    // Max size with JVMTI
    1.16    const static int InterpreterCodeSize = 168 * 1024;
    1.17 +
    1.18 +#endif // CPU_X86_VM_CPPINTERPRETER_X86_HPP

mercurial