| Index: src/x64/frames-x64.h
|
| diff --git a/src/x64/frames-x64.h b/src/x64/frames-x64.h
|
| index 6e3632cfe9a4dbc3041eade8f08d5f2e6a279d16..f4468f6a2f52d4ca28bf463902721ac40c95e9e9 100644
|
| --- a/src/x64/frames-x64.h
|
| +++ b/src/x64/frames-x64.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace v8 { namespace internal {
|
|
|
| -// TODO(port): This is a stub, mostly just a copy of the ia32 bit version.
|
| +// TODO(x64): This is a stub, mostly just a copy of the ia32 bit version.
|
| // This will all need to change to be correct for x64.
|
|
|
| static const int kNumRegs = 8;
|
|
|