aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/config
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-09-12 15:20:51 +0200
committerTristan Gingold <tgingold@free.fr>2015-09-12 15:20:51 +0200
commitd08ed8de338da3b7ea4fcd0139f4ca248c129078 (patch)
tree86d54b1346b996df602e736c3f6dd898ce1b64ae /src/grt/config
parent8423924e43087c9b80e8179a49d539decab54886 (diff)
downloadghdl-d08ed8de338da3b7ea4fcd0139f4ca248c129078.tar.gz
ghdl-d08ed8de338da3b7ea4fcd0139f4ca248c129078.tar.bz2
ghdl-d08ed8de338da3b7ea4fcd0139f4ca248c129078.zip
Adjust windows code.
Diffstat (limited to 'src/grt/config')
-rw-r--r--src/grt/config/win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/config/win32.c b/src/grt/config/win32.c
index f9d669ef0..869c7ca61 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,