|
From: <sv...@va...> - 2014-07-17 05:22:29
|
Author: philippe
Date: Thu Jul 17 05:22:06 2014
New Revision: 14171
Log:
Unbreak ppc32 compilation (remove last usage of host_ppc32_regalign_int64_args)
Modified:
trunk/coregrind/m_translate.c
Modified: trunk/coregrind/m_translate.c
==============================================================================
--- trunk/coregrind/m_translate.c (original)
+++ trunk/coregrind/m_translate.c Thu Jul 17 05:22:06 2014
@@ -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;
|