From 44b2d04414b13811868a134f1eae9eaece506b69 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sat, 2 Feb 2019 08:35:08 +0100 Subject: Disable the generation of jump tables until issues are fixed --- test/monniaux/jpeg-6b/jconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux') diff --git a/test/monniaux/jpeg-6b/jconfig.h b/test/monniaux/jpeg-6b/jconfig.h index b2f0b94f..1c6bd8af 100644 --- a/test/monniaux/jpeg-6b/jconfig.h +++ b/test/monniaux/jpeg-6b/jconfig.h @@ -28,7 +28,7 @@ */ #define HAVE_PROTOTYPES -#define NO_SWITCH +#undef NO_SWITCH #ifdef __COMPCERT__ extern long long __compcert_i64_sdiv(long long a, long long b); -- cgit