]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Remove unused members.
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 16 Mar 2008 16:38:48 +0000 (16:38 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 16 Mar 2008 16:38:48 +0000 (16:38 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4070 c046a42c-6fe2-441c-8c8c-71466251a162

target-cris/cpu.h

index 31ebaa62ea1df9235a0f57c651947f828a1444f1..44d5ed7d614f83f0053cd82b9193019b1b28f5b8 100644 (file)
@@ -97,12 +97,6 @@ typedef struct CPUCRISState {
        uint32_t regs[16];
        uint32_t pregs[16];
        uint32_t pc;
-       uint32_t sr;
-       uint32_t flag_mask; /* Per insn mask of affected flags.  */
-
-       /* SSP and USP.  */
-       int current_sp;
-       uint32_t sp[2];
 
        /* These are setup up by the guest code just before transfering the
           control back to the host.  */
@@ -142,7 +136,6 @@ typedef struct CPUCRISState {
                int exec_stores;
        } stats;
 
-
        jmp_buf jmp_env;
        CPU_COMMON
 } CPUCRISState;