From: Florian Krohm Date: Mon, 22 Sep 2014 21:40:06 +0000 (+0000) Subject: Adapt LibVEX_Init invocation due to VEX r2955 changes. X-Git-Tag: svn/VALGRIND_3_11_0~970 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faee9f43f1856c0f021aa549c4807e9b8ac5d8e4;p=thirdparty%2Fvalgrind.git Adapt LibVEX_Init invocation due to VEX r2955 changes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14563 --- diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index 32e026c6e5..322c31096f 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -1418,7 +1418,6 @@ Bool VG_(translate) ( ThreadId tid, if (!vex_init_done) { LibVEX_Init ( &failure_exit, &log_bytes, 1, /* debug_paranoia */ - False, /* valgrind support */ &VG_(clo_vex_control) ); vex_init_done = True; }