|
From: <sv...@va...> - 2009-05-20 07:41:05
|
Author: njn
Date: 2009-05-20 08:41:01 +0100 (Wed, 20 May 2009)
New Revision: 10048
Log:
Trunk sync: wibble.
Modified:
branches/DARWIN/coregrind/m_syswrap/priv_types_n_macros.h
Modified: branches/DARWIN/coregrind/m_syswrap/priv_types_n_macros.h
===================================================================
--- branches/DARWIN/coregrind/m_syswrap/priv_types_n_macros.h 2009-05-20 07:37:42 UTC (rev 10047)
+++ branches/DARWIN/coregrind/m_syswrap/priv_types_n_macros.h 2009-05-20 07:41:01 UTC (rev 10048)
@@ -79,7 +79,7 @@
/* Guest state layout info for syscall args. */
typedef
- struct SyscallArgLayout {
+ struct {
// Note that, depending on the platform, arguments may be found in
// registers or on the stack. (See the comment at the top of
// syswrap-main.c for per-platform details.) For register arguments
|