From: Cerion Armour-Brown Date: Tue, 8 Feb 2005 11:12:02 +0000 (+0000) Subject: This belonged with last nights changes... r868 X-Git-Tag: svn/VALGRIND_3_0_1^2~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b86bf4eed93af2f32a513dcf1a157a1caf08a65;p=thirdparty%2Fvalgrind.git This belonged with last nights changes... r868 git-svn-id: svn://svn.valgrind.org/vex/trunk@869 --- diff --git a/VEX/pub/libvex_guest_ppc32.h b/VEX/pub/libvex_guest_ppc32.h index 55607abfbd..9756494ad6 100644 --- a/VEX/pub/libvex_guest_ppc32.h +++ b/VEX/pub/libvex_guest_ppc32.h @@ -118,13 +118,13 @@ typedef UInt guest_LR; // Link Register UInt guest_CTR; // Count Register - /* thunk used to calculate CR0 flags. */ + /* CR[7]: thunk used to calculate these flags. */ UChar guest_CC_OP; // boolean: 0=> dep1=result 1=> dep1=flags UInt guest_CC_DEP1; // Result of last op | flags UChar guest_CC_DEP2; // XER_SO - // CR1:7: Used for 'compare' ops (bits 0:4 not used - thunk used for this) - UInt guest_CR1to7; + // CR[0:6]: Used for 'compare' ops + UInt guest_CR0to6; UInt guest_FPSCR; // Floating Point Status and Control Register