]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change.
authorJulian Seward <jseward@acm.org>
Wed, 29 Sep 2010 21:39:48 +0000 (21:39 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 29 Sep 2010 21:39:48 +0000 (21:39 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2054

VEX/pub/libvex_guest_arm.h

index 0d9b07f0d7af3678edab8c5f21e6b9a40e7560b4..d7b47e0b268ddd6e3e0619a63be54c77d73689ea 100644 (file)
@@ -108,11 +108,11 @@ typedef
          program counter at the last syscall insn (int 0x80/81/82,
          sysenter, syscall, svc).  Used when backing up to restart a
          syscall that has been interrupted by a signal. */
-      /* 96 */
+      /* 116 */
       UInt guest_IP_AT_SYSCALL;
 
       /* VFP state.  D0 .. D15 must be 8-aligned. */
-      /* 104 -- I guess there's 4 bytes of padding just prior to this? */
+      /* 120 -- I guess there's 4 bytes of padding just prior to this? */
       ULong guest_D0;
       ULong guest_D1;
       ULong guest_D2;