]> git.proxmox.com Git - qemu.git/blobdiff - target-cris/cpu.h
Push common interrupt variables to cpu-defs.h (Glauber Costa)
[qemu.git] / target-cris / cpu.h
index 035b04fce91915212a7acd77d0d692e6f2339148..14b09d8cb666bf580e7a7a3f320f25d7c255b6fd 100644 (file)
@@ -123,7 +123,6 @@ typedef struct CPUCRISState {
        /* X flag at the time of cc snapshot.  */
        int cc_x;
 
-       int exception_index;
        int interrupt_request;
        int interrupt_vector;
        int fault_vector;
@@ -158,7 +157,6 @@ typedef struct CPUCRISState {
        int features;
        int user_mode_only;
 
-       jmp_buf jmp_env;
        CPU_COMMON
 } CPUCRISState;