]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make the guest-state-size 64-bit aligned, else some assertion or other
authorJulian Seward <jseward@acm.org>
Thu, 3 Feb 2005 03:52:21 +0000 (03:52 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 3 Feb 2005 03:52:21 +0000 (03:52 +0000)
throws a wobbly.

git-svn-id: svn://svn.valgrind.org/vex/trunk@821

VEX/pub/libvex_guest_amd64.h

index e916617f07338b45272604c2181b653d2596d3b8..01c9d86f9e55b8d6eb655a1d3671c99992d3374f 100644 (file)
@@ -79,7 +79,7 @@ typedef
       /* Emulation warnings */
       UInt   guest_EMWARN;
       /* Padding to make it have an 8-aligned size */
-      /* UInt   padding; */
+      UInt   padding;
    }
    VexGuestAMD64State;