Revision 4425265b target-ppc/cpu.h

b/target-ppc/cpu.h
218 218
    /* Qemu exceptions: special cases we want to stop translation            */
219 219
    POWERPC_EXCP_SYNC         = 0x202, /* context synchronizing instruction  */
220 220
    POWERPC_EXCP_SYSCALL_USER = 0x203, /* System call in user mode only      */
221
    POWERPC_EXCP_STCX         = 0x204 /* Conditional stores in user mode     */
221 222
};
222 223

  
223 224
/* Exceptions error codes                                                    */
......
564 565
    target_ulong reserve_addr;
565 566
    /* Reservation value */
566 567
    target_ulong reserve_val;
568
    /* Reservation store address */
569
    target_ulong reserve_ea;
570
    /* Reserved store source register and size */
571
    target_ulong reserve_info;
567 572

  
568 573
    /* Those ones are used in supervisor mode only */
569 574
    /* machine state register */

Also available in: Unified diff