aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-02 08:35:08 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-02 08:35:08 +0100
commit44b2d04414b13811868a134f1eae9eaece506b69 (patch)
treec064ad602874710694fb9cbf52478361d06479e3 /test
parentd9e66c1e1fda350a5714316ffb2a515835fa974a (diff)
downloadcompcert-kvx-44b2d04414b13811868a134f1eae9eaece506b69.tar.gz
compcert-kvx-44b2d04414b13811868a134f1eae9eaece506b69.zip
Disable the generation of jump tables until issues are fixed
Diffstat (limited to 'test')
-rw-r--r--test/monniaux/jpeg-6b/jconfig.h2
1 files changed, 1 insertions, 1 deletions
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);