From d08ed8de338da3b7ea4fcd0139f4ca248c129078 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 12 Sep 2015 15:20:51 +0200 Subject: Adjust windows code. --- src/grt/config/win32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/grt/config') diff --git a/src/grt/config/win32.c b/src/grt/config/win32.c index f9d669e..869c7ca 100644 --- a/src/grt/config/win32.c +++ b/src/grt/config/win32.c @@ -35,6 +35,7 @@ static jmp_buf run_env; extern void grt_overflow_error (void); extern void grt_null_access_error (void); +void __ghdl_maybe_return_via_longjump (int val); static EXCEPTION_DISPOSITION ghdl_SEH_handler (struct _EXCEPTION_RECORD* ExceptionRecord, -- cgit