]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix inconsistent order of fields. I think this is purely aesthetic
authorJulian Seward <jseward@acm.org>
Thu, 17 Jan 2008 14:37:24 +0000 (14:37 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 17 Jan 2008 14:37:24 +0000 (14:37 +0000)
since nothing depends on the actual layout of this struct, but anyway.
Noticed by Vinay Nallamothu.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7352

coregrind/m_syswrap/priv_types_n_macros.h

index e5ce28e8eda836ce71c652ff27a77993de7ba1d1..208d5ba0ced26ceb082f3f7eddf50e4dc02d9fb9 100644 (file)
@@ -87,8 +87,8 @@ typedef
       Int o_arg4;
       Int o_arg5;
       Int o_arg6;
-      Int o_arg8;
       Int o_arg7;
+      Int o_arg8;
       Int o_retval;
    }
    SyscallArgLayout;