--- old/src/cpu/sparc/vm/stubRoutines_sparc.hpp 2010-11-16 18:02:19.000000000 +0100 +++ new/src/cpu/sparc/vm/stubRoutines_sparc.hpp 2010-11-16 18:02:19.000000000 +0100 @@ -22,6 +22,9 @@ * */ +#ifndef CPU_SPARC_VM_STUBROUTINES_SPARC_HPP +#define CPU_SPARC_VM_STUBROUTINES_SPARC_HPP + // This file holds the platform specific parts of the StubRoutines // definition. See stubRoutines.hpp for a description on how to // extend it. @@ -100,3 +103,5 @@ static address partial_subtype_check() { return _partial_subtype_check; } }; + +#endif // CPU_SPARC_VM_STUBROUTINES_SPARC_HPP