Index: runtime/vm/stack_frame_x64.cc |
=================================================================== |
--- runtime/vm/stack_frame_x64.cc (revision 2143) |
+++ runtime/vm/stack_frame_x64.cc (working copy) |
@@ -9,6 +9,11 @@ |
namespace dart { |
+// The constant kExitLinkOffsetInEntryFrame must be kept in sync with the |
+// code in the InvokeDartCode stub. |
+static const int kExitLinkOffsetInEntryFrame = -8 * kWordSize; |
Ivan Posva
2011/12/07 08:34:51
Shouldn't this then refer to a constant used in th
regis
2011/12/07 19:37:36
Neither stub_code_<arch>.cc nor stack_frame_<arch>
|
+ |
+ |
intptr_t StackFrame::PcAddressOffsetFromSp() { |
UNIMPLEMENTED(); |
return 0; |