--- old/src/cpu/x86/vm/registerMap_x86.hpp 2015-10-08 07:23:21.000000000 -1000 +++ new/src/cpu/x86/vm/registerMap_x86.hpp 2015-10-08 07:23:21.000000000 -1000 @@ -31,11 +31,7 @@ private: // This is the hook for finding a register in an "well-known" location, // such as a register block of a predetermined format. - // Since there is none, we just return NULL. - // See registerMap_sparc.hpp for an example of grabbing registers - // from register save areas of a standard layout. - address pd_location(VMReg reg) const {return NULL;} - + address pd_location(VMReg reg) const; // no PD state to clear or copy: void pd_clear() {} void pd_initialize() {}