| Index: src/register-configuration.h
|
| diff --git a/src/register-configuration.h b/src/register-configuration.h
|
| index 8ad1d783049079a171b13eeefc675a2a4133df7b..c07106ee1a2233a14ad33146d1a7b854b02c440a 100644
|
| --- a/src/register-configuration.h
|
| +++ b/src/register-configuration.h
|
| @@ -23,7 +23,7 @@ class RegisterConfiguration {
|
|
|
| // Architecture independent maxes.
|
| static const int kMaxGeneralRegisters = 32;
|
| - static const int kMaxDoubleRegisters = 32;
|
| + static const int kMaxFPRegisters = 32;
|
|
|
| static const RegisterConfiguration* ArchDefault(CompilerSelector compiler);
|
|
|
|
|