| Index: src/x64/register-allocator-x64.h
|
| diff --git a/src/x64/register-allocator-x64.h b/src/x64/register-allocator-x64.h
|
| index 8d666d2236fdf0e49b6f1286fe9228408a4484cd..a2884d9128d05df7ce7def7df88933c2657a124d 100644
|
| --- a/src/x64/register-allocator-x64.h
|
| +++ b/src/x64/register-allocator-x64.h
|
| @@ -33,7 +33,7 @@ namespace internal {
|
|
|
| class RegisterAllocatorConstants : public AllStatic {
|
| public:
|
| - static const int kNumRegisters = 11;
|
| + static const int kNumRegisters = 10;
|
| static const int kInvalidRegister = -1;
|
| };
|
|
|
|
|