src/cpu/zero/vm/relocInfo_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/zero/vm/relocInfo_zero.cpp	Mon Aug 19 16:51:35 2013
--- new/src/cpu/zero/vm/relocInfo_zero.cpp	Mon Aug 19 16:51:35 2013

*** 35,52 **** --- 35,54 ---- ShouldNotCallThis(); } address Relocation::pd_call_destination(address orig_addr) { ShouldNotCallThis(); + return NULL; } void Relocation::pd_set_call_destination(address x) { ShouldNotCallThis(); } address Relocation::pd_get_address_from_code() { ShouldNotCallThis(); + return NULL; } address* Relocation::pd_address_in_code() { // Relocations in Shark are just stored directly return (address *) addr();

src/cpu/zero/vm/relocInfo_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File