Revision 01a4afeb target-ppc/cpu.h

b/target-ppc/cpu.h
561 561
    target_ulong tgpr[4]; /* Used to speed-up TLB assist handlers */
562 562

  
563 563
    /* Floating point execution context */
564
    /* temporary float registers */
565
    float64 ft0;
566
    float64 ft1;
567 564
    float_status fp_status;
568 565
    /* floating point registers */
569 566
    float64 fpr[32];

Also available in: Unified diff