|
From: <sv...@va...> - 2008-01-17 14:37:24
|
Author: sewardj
Date: 2008-01-17 14:37:24 +0000 (Thu, 17 Jan 2008)
New Revision: 7352
Log:
Fix inconsistent order of fields. I think this is purely aesthetic
since nothing depends on the actual layout of this struct, but anyway.
Noticed by Vinay Nallamothu.
Modified:
trunk/coregrind/m_syswrap/priv_types_n_macros.h
Modified: trunk/coregrind/m_syswrap/priv_types_n_macros.h
===================================================================
--- trunk/coregrind/m_syswrap/priv_types_n_macros.h 2008-01-15 23:58:21 UTC (rev 7351)
+++ trunk/coregrind/m_syswrap/priv_types_n_macros.h 2008-01-17 14:37:24 UTC (rev 7352)
@@ -87,8 +87,8 @@
Int o_arg4;
Int o_arg5;
Int o_arg6;
+ Int o_arg7;
Int o_arg8;
- Int o_arg7;
Int o_retval;
}
SyscallArgLayout;
|