--- old/src/cpu/x86/vm/interpreter_x86.hpp 2010-11-16 18:03:14.000000000 +0100 +++ new/src/cpu/x86/vm/interpreter_x86.hpp 2010-11-16 18:03:14.000000000 +0100 @@ -22,6 +22,9 @@ * */ +#ifndef CPU_X86_VM_INTERPRETER_X86_HPP +#define CPU_X86_VM_INTERPRETER_X86_HPP + public: // Sentinel placed in the code for interpreter returns so @@ -44,3 +47,5 @@ assert(i <= 0, "local direction already negated"); return stackElementWords * i; } + +#endif // CPU_X86_VM_INTERPRETER_X86_HPP