Index: src/frames.cc |
diff --git a/src/frames.cc b/src/frames.cc |
index faaab583820b6fa9496e736184d3ae7c61680358..890e77ad63608f7bb178bfd4693146858a9533b2 100644 |
--- a/src/frames.cc |
+++ b/src/frames.cc |
@@ -540,7 +540,7 @@ void ExitFrame::FillState(Address fp, Address sp, State* state) { |
state->sp = sp; |
state->fp = fp; |
state->pc_address = ResolveReturnAddressLocation( |
- reinterpret_cast<Address*>(sp - 1 * kPCOnStackSize)); |
+ reinterpret_cast<Address*>(sp - 1 * kPointerSize)); |
} |