Index: src/register-configuration.cc |
diff --git a/src/register-configuration.cc b/src/register-configuration.cc |
index 6b1655a81bb51a624fb6de11e71774057cc2686b..2df825afc0a28c3095138f2ee4c47c7bba2fcdaf 100644 |
--- a/src/register-configuration.cc |
+++ b/src/register-configuration.cc |
@@ -91,6 +91,10 @@ class ArchDefaultRegisterConfiguration : public RegisterConfiguration { |
kMaxAllocatableGeneralRegisterCount, |
kMaxAllocatableDoubleRegisterCount, |
kMaxAllocatableDoubleRegisterCount, |
+#elif V8_TARGET_ARCH_S390 |
+ kMaxAllocatableGeneralRegisterCount, |
+ kMaxAllocatableDoubleRegisterCount, |
+ kMaxAllocatableDoubleRegisterCount, |
#else |
#error Unsupported target architecture. |
#endif |