Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index acd2c110064ddaf4f6e947993a3d4983acea91a9..2c82a9f324bec1ec74ac474b02b517c841ec8f09 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1332,6 +1332,7 @@ class MaybeObject BASE_EMBEDDED { |
"The instruction to patch should be an ori") \ |
V(kTheSourceAndDestinationAreTheSame, \ |
"The source and destination are the same") \ |
+ V(kTheStackPointerIsNotAligned, "The stack pointer is not aligned.") \ |
V(kTheStackWasCorruptedByMacroAssemblerCall, \ |
"The stack was corrupted by MacroAssembler::Call()") \ |
V(kTooManyParametersLocals, "Too many parameters/locals") \ |