Skip to content

Commit 5d1d610

Browse files
author
c99
committed
Fix printing stack trace under Windows.
1 parent 9f4b0dd commit 5d1d610

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backward.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4429,9 +4429,8 @@ class SignalHandling {
44294429

44304430
StackTrace st;
44314431
st.set_machine_type(printer.resolver().machine_type());
4432-
st.set_context(ctx());
44334432
st.set_thread_handle(thread_handle());
4434-
st.load_here(32 + skip_frames);
4433+
st.load_here(32 + skip_frames, ctx());
44354434
st.skip_n_firsts(skip_frames);
44364435

44374436
printer.address = true;

0 commit comments

Comments
 (0)