|
From: <sv...@va...> - 2009-07-04 13:07:37
|
Author: sewardj
Date: 2009-07-04 14:07:30 +0100 (Sat, 04 Jul 2009)
New Revision: 1906
Log:
Fix ppc64 guest layout description following recent DCAS hackery.
Modified:
trunk/priv/guest_ppc_helpers.c
Modified: trunk/priv/guest_ppc_helpers.c
===================================================================
--- trunk/priv/guest_ppc_helpers.c 2009-07-02 12:36:08 UTC (rev 1905)
+++ trunk/priv/guest_ppc_helpers.c 2009-07-04 13:07:30 UTC (rev 1906)
@@ -808,7 +808,7 @@
/* Describe any sections to be regarded by Memcheck as
'always-defined'. */
- .n_alwaysDefd = 12,
+ .n_alwaysDefd = 11,
.alwaysDefd
= { /* 0 */ ALWAYSDEFD64(guest_CIA),
|