Chromium Code Reviews| Index: src/x64/register-allocator-x64.h |
| =================================================================== |
| --- src/x64/register-allocator-x64.h (revision 2145) |
| +++ src/x64/register-allocator-x64.h (working copy) |
| @@ -35,7 +35,7 @@ |
| public: |
| // Register allocation is not yet implemented on x64, but C++ |
| // forbids 0-length arrays so we use 1 as the number of registers. |
| - static const int kNumRegisters = 1; |
| + static const int kNumRegisters = 16; |
| static const int kInvalidRegister = -1; |
| }; |