src/cpu/x86/vm/interpreter_x86.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 2552
638119ce7cfd
     1.1 --- a/src/cpu/x86/vm/interpreter_x86.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/interpreter_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_INTERPRETER_X86_HPP
     1.8 +#define CPU_X86_VM_INTERPRETER_X86_HPP
     1.9 +
    1.10   public:
    1.11  
    1.12    // Sentinel placed in the code for interpreter returns so
    1.13 @@ -44,3 +47,5 @@
    1.14      assert(i <= 0, "local direction already negated");
    1.15      return stackElementWords * i;
    1.16    }
    1.17 +
    1.18 +#endif // CPU_X86_VM_INTERPRETER_X86_HPP

mercurial