Revision 9133e39b target-ppc/cpu.h

b/target-ppc/cpu.h
646 646
    int bfd_mach;
647 647
    uint32_t flags;
648 648

  
649
    int exception_index;
650 649
    int error_code;
651 650
    int interrupt_request;
652 651
    uint32_t pending_interrupts;
......
672 671
    opc_handler_t *opcodes[0x40];
673 672

  
674 673
    /* Those resources are used only in Qemu core */
675
    jmp_buf jmp_env;
676 674
    int user_mode_only; /* user mode only simulation */
677 675
    target_ulong hflags;      /* hflags is a MSR & HFLAGS_MASK         */
678 676
    target_ulong hflags_nmsr; /* specific hflags, not comming from MSR */

Also available in: Unified diff