Skip to content

Commit

Permalink
win32: add fprintf to grt_save_backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Nov 19, 2020
1 parent fa6d95d commit f6f429e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/grt/config/win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ __ghdl_run_through_longjump (int (*func)(void))
void
grt_save_backtrace (struct backtrace_addrs *bt, int skip)
{
printf("");

CONTEXT ctxt;

RtlCaptureContext (&ctxt);
Expand Down

0 comments on commit f6f429e

Please sign in to comment.