Index: src/frames-inl.h |
diff --git a/src/frames-inl.h b/src/frames-inl.h |
index f2252705d79c6afa5b18f5880ae3b3db9f452627..d9d4c80a0bfa74b1ec84f22853f1733f23c1d8c8 100644 |
--- a/src/frames-inl.h |
+++ b/src/frames-inl.h |
@@ -24,6 +24,8 @@ |
#include "src/mips/frames-mips.h" // NOLINT |
#elif V8_TARGET_ARCH_MIPS64 |
#include "src/mips64/frames-mips64.h" // NOLINT |
+#elif V8_TARGET_ARCH_S390 |
+#include "src/s390/frames-s390.h" // NOLINT |
#elif V8_TARGET_ARCH_X87 |
#include "src/x87/frames-x87.h" // NOLINT |
#else |