Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d097e1ad3beb46119642625724b785eef06cdd47..27bcfba6a603be1ac5612499ead10949075ca76d 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1326,6 +1326,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, \ |