Chromium Code Reviews| Index: src/x64/frames-x64.h |
| =================================================================== |
| --- src/x64/frames-x64.h (revision 6384) |
| +++ src/x64/frames-x64.h (working copy) |
| @@ -45,7 +45,7 @@ |
| // Number of registers for which space is reserved in safepoints. |
| // TODO(x64): This should not be 0. |
| -static const int kNumSafepointRegisters = 0; |
| +static const int kNumSafepointRegisters = 8; |
| // ---------------------------------------------------- |