diff --git a/src/compile.cpp b/src/compile.cpp index ce67081480..1da37437b9 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -532,7 +532,7 @@ class MyStackWalker: public Processor::StackWalker { method_(w->method_), target(w->target), continuation(w->continuation), - count_(0), + count_(w->count_), protector(this) { }