|
From: <sv...@va...> - 2010-09-29 21:39:55
|
Author: sewardj
Date: 2010-09-29 22:39:48 +0100 (Wed, 29 Sep 2010)
New Revision: 2054
Log:
Comment-only change.
Modified:
trunk/pub/libvex_guest_arm.h
Modified: trunk/pub/libvex_guest_arm.h
===================================================================
--- trunk/pub/libvex_guest_arm.h 2010-09-29 21:39:12 UTC (rev 2053)
+++ trunk/pub/libvex_guest_arm.h 2010-09-29 21:39:48 UTC (rev 2054)
@@ -108,11 +108,11 @@
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;
|