From: Florian Krohm Date: Sat, 10 Jan 2015 16:11:30 +0000 (+0000) Subject: Track VEX r3063 (function prototype change). X-Git-Tag: svn/VALGRIND_3_11_0~723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42a94575e2a3d3b87db732c2cecd97f94527dd85;p=thirdparty%2Fvalgrind.git Track VEX r3063 (function prototype change). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14863 --- diff --git a/coregrind/m_transtab.c b/coregrind/m_transtab.c index d5622e1a47..4fcd13d0c1 100644 --- a/coregrind/m_transtab.c +++ b/coregrind/m_transtab.c @@ -760,8 +760,7 @@ void VG_(tt_tc_do_chaining) ( void* from__patch_addr, // the slow (tcptr) entry point. TTEntry* to_tte = index_tte(to_sNo, to_tteNo); void* host_code = ((UChar*)to_tte->tcptr) - + (to_fastEP ? LibVEX_evCheckSzB(arch_host, - endness_host) : 0); + + (to_fastEP ? LibVEX_evCheckSzB(arch_host) : 0); // stay sane -- the patch point (dst) is in this sector's code cache vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc ); @@ -879,7 +878,7 @@ void unchain_in_preparation_for_deletion ( VexArch arch_host, if (DEBUG_TRANSTAB) VG_(printf)("QQQ unchain_in_prep %u.%u...\n", here_sNo, here_tteNo); UWord i, j, n, m; - Int evCheckSzB = LibVEX_evCheckSzB(arch_host, endness_host); + Int evCheckSzB = LibVEX_evCheckSzB(arch_host); TTEntry* here_tte = index_tte(here_sNo, here_tteNo); if (DEBUG_TRANSTAB) VG_(printf)("... QQQ tt.entry 0x%lu tt.tcptr 0x%p\n",