From: Philippe Waroquiers Date: Thu, 17 Jul 2014 05:22:06 +0000 (+0000) Subject: Unbreak ppc32 compilation (remove last usage of host_ppc32_regalign_int64_args) X-Git-Tag: svn/VALGRIND_3_10_0~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8fa6306ad702d4033f47b7fa2e698b971f452e1;p=thirdparty%2Fvalgrind.git Unbreak ppc32 compilation (remove last usage of host_ppc32_regalign_int64_args) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14171 --- diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index d1757bb0ce..5b9531d8d8 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -1521,7 +1521,6 @@ Bool VG_(translate) ( ThreadId tid, # if defined(VGP_ppc32_linux) vex_abiinfo.guest_ppc_zap_RZ_at_blr = False; vex_abiinfo.guest_ppc_zap_RZ_at_bl = NULL; - vex_abiinfo.host_ppc32_regalign_int64_args = True; # endif # if defined(VGP_ppc64_linux) vex_abiinfo.guest_ppc_zap_RZ_at_blr = True;