]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Track API changes in r1272.
authorJulian Seward <jseward@acm.org>
Mon, 18 Jul 2005 11:38:58 +0000 (11:38 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 18 Jul 2005 11:38:58 +0000 (11:38 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1273

VEX/auxprogs/genoffsets.c

index 66c549d303b2b2f20b394a6d0eae085526eaa91b..4e79810ea8372d967f4f24aeb3df93189c6feab0 100644 (file)
@@ -91,11 +91,8 @@ Int main ( void )
   printf("#define OFFSET_ppc32_CIA       %3d\n",
          offsetof(VexGuestPPC32State,guest_CIA));
 
-  printf("#define OFFSET_ppc32_CC_OP     %3d\n",
-         offsetof(VexGuestPPC32State,guest_CC_OP));
-
-  printf("#define OFFSET_ppc32_CC_DEP1   %3d\n",
-         offsetof(VexGuestPPC32State,guest_CC_DEP1));
+  printf("#define OFFSET_ppc32_CR0_0     %3d\n",
+         offsetof(VexGuestPPC32State,guest_CR0_0));
 
   printf("\n");