Revision 1ba74fb8 target-mips/cpu.h

b/target-mips/cpu.h
443 443
#define MIPS_HFLAG_BL     0x0C00 /* Likely branch                      */
444 444
#define MIPS_HFLAG_BR     0x1000 /* branch to register (can't link TB) */
445 445
    target_ulong btarget;        /* Jump / branch target               */
446
    int bcond;                   /* Branch condition (if needed)       */
446
    target_ulong bcond;          /* Branch condition (if needed)       */
447 447

  
448 448
    int SYNCI_Step; /* Address step size for SYNCI */
449 449
    int CCRes; /* Cycle count resolution/divisor */

Also available in: Unified diff