| Index: src/arm/frames-arm.h
|
| ===================================================================
|
| --- src/arm/frames-arm.h (revision 6213)
|
| +++ src/arm/frames-arm.h (working copy)
|
| @@ -115,6 +115,10 @@
|
| // A marker of 0 indicates that double registers are saved.
|
| static const int kMarkerOffset = -2 * kPointerSize;
|
|
|
| + // TODO(regis): Use fixed place in exit frame for return address and avoid
|
| + // the marker.
|
| + static const int kPCOffset = -2 * kPointerSize;
|
| +
|
| // The caller fields are below the frame pointer on the stack.
|
| static const int kCallerFPOffset = +0 * kPointerSize;
|
| // The calling JS function is between FP and PC.
|
|
|