Unbreak ppc32 compilation (remove last usage of host_ppc32_regalign_int64_args)


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14171 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c
index d1757bb..5b9531d 100644
--- a/coregrind/m_translate.c
+++ b/coregrind/m_translate.c
@@ -1521,7 +1521,6 @@
 #  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;