Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 81286fc3a6bc96b7a89b32a53e633b885a84a974..6bc8920d0ba420c14b63384e637eb85a26515b0b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1324,6 +1324,8 @@ class MaybeObject BASE_EMBEDDED { |
V(kTheInstructionShouldBeAnOri, "The instruction should be an ori") \ |
V(kTheInstructionToPatchShouldBeALoadFromPc, \ |
"The instruction to patch should be a load from pc") \ |
+ V(kTheInstructionToPatchShouldBeALoadFromPp, \ |
+ "The instruction to patch should be a load from pp") \ |
V(kTheInstructionToPatchShouldBeAnLdrLiteral, \ |
"The instruction to patch should be a ldr literal") \ |
V(kTheInstructionToPatchShouldBeALui, \ |