X86: __pad0 should be a 4 byte pad, not a 4 long array of 4 byte pads.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 30 Jul 2007 22:43:20 +0000 (15:43 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 30 Jul 2007 22:43:20 +0000 (15:43 -0700)
--HG--
extra : convert_revision : e0d5ab617bc95d5d714fa9fcdf0a448874aef886

src/arch/x86/linux/linux.hh

index d6dd81ab9c37141b19226108e39c1ac460c24ad3..bde7925a9ab01ec70f75e897b66d627101c1e794 100644 (file)
@@ -71,7 +71,7 @@ class X86Linux64 : public Linux
         uint32_t st_mode;
         uint32_t st_uid;
         uint32_t st_gid;
-        uint32_t __pad0[4];
+        uint32_t __pad0;
         uint64_t st_rdev;
         int64_t st_size;
         int64_t st_blksize;