]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a pseudo-guest-register to hold the 'next syscall number.'
authorJulian Seward <jseward@acm.org>
Wed, 24 Nov 2004 11:22:31 +0000 (11:22 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 24 Nov 2004 11:22:31 +0000 (11:22 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@583

VEX/pub/libvex_guest_arm.h

index a9ab301994141f348e7b2a2436728981fa897451..49ce571b6b6ed5c7563a1342cd41b5f5fb07240d 100644 (file)
@@ -64,6 +64,8 @@ typedef
 
       UInt  guest_PSW;
 
+      UInt  guest_SYSCALLNO;
+
       /* Padding to make it have an 8-aligned size */
       /* UInt   padding; */
    }