From faee9f43f1856c0f021aa549c4807e9b8ac5d8e4 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Mon, 22 Sep 2014 21:40:06 +0000 Subject: [PATCH] Adapt LibVEX_Init invocation due to VEX r2955 changes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14563 --- coregrind/m_translate.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.47.2