Chromium Code Reviews| Index: src/x64/frames-x64.h |
| =================================================================== |
| --- src/x64/frames-x64.h (revision 2771) |
| +++ src/x64/frames-x64.h (working copy) |
| @@ -60,8 +60,7 @@ |
| class EntryFrameConstants : public AllStatic { |
| public: |
| static const int kCallerFPOffset = -10 * kPointerSize; |
| - // TODO(X64): Add unit test for kArgvOffset. |
| - static const int kArgvOffset = 5 * kPointerSize; |
| + static const int kArgvOffset = 6 * kPointerSize; |
| }; |