| Index: src/mips/assembler-mips-inl.h | 
| =================================================================== | 
| --- src/mips/assembler-mips-inl.h	(revision 13740) | 
| +++ src/mips/assembler-mips-inl.h	(working copy) | 
| @@ -202,6 +202,17 @@ | 
| } | 
|  | 
|  | 
| +bool RelocInfo::NeedsInitializeRuntimeEntry() { | 
| +  return false; | 
| +} | 
| + | 
| + | 
| +Address RelocInfo::target_runtime_entry() { | 
| +  UNREACHABLE(); | 
| +  return NULL; | 
| +} | 
| + | 
| + | 
| Object** RelocInfo::target_object_address() { | 
| // Provide a "natural pointer" to the embedded object, | 
| // which can be de-referenced during heap iteration. | 
|  |