Skip to content

Commit

Permalink
win32.c: make ghdl_SEH_handler public
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Apr 9, 2024
1 parent 676405a commit d68a5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grt/config/win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ get_bt_from_context (struct backtrace_addrs *bt, CONTEXT *ctxt, int skip)
}
}

static EXCEPTION_DISPOSITION
EXCEPTION_DISPOSITION
ghdl_SEH_handler (struct _EXCEPTION_RECORD* ExceptionRecord,
void *EstablisherFrame,
struct _CONTEXT* ContextRecord,
Expand Down

0 comments on commit d68a5b3

Please sign in to comment.