aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/jpeg-6b/jcmainct.c
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-01 15:45:39 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-01 15:45:39 +0100
commit35244064bbb2a853fb5c08898e8a74a7ec489aaa (patch)
treee9b7ccb8b46174301ccf106807ea2fcd640350e5 /test/monniaux/jpeg-6b/jcmainct.c
parent8ae9063a94fbf3756bb2b1d596f35b81e3e608eb (diff)
downloadcompcert-kvx-35244064bbb2a853fb5c08898e8a74a7ec489aaa.tar.gz
compcert-kvx-35244064bbb2a853fb5c08898e8a74a7ec489aaa.zip
block tail calls etc.
Diffstat (limited to 'test/monniaux/jpeg-6b/jcmainct.c')
-rw-r--r--test/monniaux/jpeg-6b/jcmainct.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/monniaux/jpeg-6b/jcmainct.c b/test/monniaux/jpeg-6b/jcmainct.c
index 9f822dd7..6ae91018 100644
--- a/test/monniaux/jpeg-6b/jcmainct.c
+++ b/test/monniaux/jpeg-6b/jcmainct.c
@@ -100,9 +100,7 @@ start_pass_main (j_compress_ptr cinfo, J_BUF_MODE pass_mode)
ERREXIT(cinfo, JERR_BAD_BUFFER_MODE);
break;
}
-#ifdef TAIL_CALL_MISSING
- int dummy=1;
-#endif
+ KILL_TAIL_CALL();
}
@@ -293,7 +291,5 @@ jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer)
(JDIMENSION) (compptr->v_samp_factor * DCTSIZE));
}
}
-#ifdef TAIL_CALL_MISSING
- int dummy=1;
-#endif
+ KILL_TAIL_CALL();
}