| Index: src/register-configuration.cc
|
| diff --git a/src/register-configuration.cc b/src/register-configuration.cc
|
| index 9b1c951f83849dd8951e586e39547fca8d5ad133..b101ba0a2bdde67512c23f9369bffd77a44b58c7 100644
|
| --- a/src/register-configuration.cc
|
| +++ b/src/register-configuration.cc
|
| @@ -69,6 +69,10 @@ class ArchDefaultRegisterConfiguration : public RegisterConfiguration {
|
| kMaxAllocatableGeneralRegisterCount,
|
| kMaxAllocatableDoubleRegisterCount,
|
| kMaxAllocatableDoubleRegisterCount,
|
| +#elif V8_TARGET_ARCH_PPC
|
| + kMaxAllocatableGeneralRegisterCount,
|
| + kMaxAllocatableDoubleRegisterCount,
|
| + kMaxAllocatableDoubleRegisterCount,
|
| #else
|
| GetAllocatableGeneralRegisterCount(),
|
| GetAllocatableDoubleRegisterCount(),
|
|
|