Index: src/mips/assembler-mips.h |
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
index 8f2e9983d533f5b17729cc8249b64e54c1d6a8e3..a50927f7843930dd56dc5f87cf89983bc713ce33 100644 |
--- a/src/mips/assembler-mips.h |
+++ b/src/mips/assembler-mips.h |
@@ -547,6 +547,10 @@ class Assembler : public AssemblerBase { |
target); |
} |
+ // This sets the internal reference at the pc. |
+ inline static void deserialization_set_target_internal_reference_at( |
+ Address pc, Address target); |
+ |
// Size of an instruction. |
static const int kInstrSize = sizeof(Instr); |