| Index: runtime/vm/simulator_arm.cc
|
| ===================================================================
|
| --- runtime/vm/simulator_arm.cc (revision 27137)
|
| +++ runtime/vm/simulator_arm.cc (working copy)
|
| @@ -322,7 +322,7 @@
|
| if (code.is_optimized()) {
|
| // For optimized frames, extract all the inlined functions if any
|
| // into the stack trace.
|
| - InlinedFunctionsIterator it(frame);
|
| + InlinedFunctionsIterator it(code, frame->pc());
|
| while (!it.Done()) {
|
| // Print each inlined frame with its pc in the corresponding
|
| // unoptimized frame.
|
|
|