From 35244064bbb2a853fb5c08898e8a74a7ec489aaa Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 1 Feb 2019 15:45:39 +0100 Subject: block tail calls etc. --- test/monniaux/jpeg-6b/jdmaster.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/monniaux/jpeg-6b/jdmaster.c') diff --git a/test/monniaux/jpeg-6b/jdmaster.c b/test/monniaux/jpeg-6b/jdmaster.c index 48df48a5..512bd679 100644 --- a/test/monniaux/jpeg-6b/jdmaster.c +++ b/test/monniaux/jpeg-6b/jdmaster.c @@ -529,9 +529,7 @@ jpeg_new_colormap (j_decompress_ptr cinfo) master->pub.is_dummy_pass = FALSE; /* just in case */ } else ERREXIT(cinfo, JERR_MODE_CHANGE); -#ifdef TAIL_CALL_MISSING - int dummy=1; -#endif + KILL_TAIL_CALL(); } #endif /* D_MULTISCAN_FILES_SUPPORTED */ -- cgit