From 77482dc439b48e81b6c3ff7767d1ed02ebb4dbbc Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 30 Jul 2007 15:43:20 -0700 Subject: X86: __pad0 should be a 4 byte pad, not a 4 long array of 4 byte pads. --HG-- extra : convert_revision : e0d5ab617bc95d5d714fa9fcdf0a448874aef886 --- src/arch/x86/linux/linux.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/linux') diff --git a/src/arch/x86/linux/linux.hh b/src/arch/x86/linux/linux.hh index d6dd81ab9..bde7925a9 100644 --- a/src/arch/x86/linux/linux.hh +++ b/src/arch/x86/linux/linux.hh @@ -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; -- cgit v1.2.3