Commit b52901b94869f8c1fe609a42ac54226971ee9995

Authored by edgar_igl
1 parent 3157a0a9

Remove unused members.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4070 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 7 deletions
target-cris/cpu.h
... ... @@ -97,12 +97,6 @@ typedef struct CPUCRISState {
97 97 uint32_t regs[16];
98 98 uint32_t pregs[16];
99 99 uint32_t pc;
100   - uint32_t sr;
101   - uint32_t flag_mask; /* Per insn mask of affected flags. */
102   -
103   - /* SSP and USP. */
104   - int current_sp;
105   - uint32_t sp[2];
106 100  
107 101 /* These are setup up by the guest code just before transfering the
108 102 control back to the host. */
... ... @@ -142,7 +136,6 @@ typedef struct CPUCRISState {
142 136 int exec_stores;
143 137 } stats;
144 138  
145   -
146 139 jmp_buf jmp_env;
147 140 CPU_COMMON
148 141 } CPUCRISState;
... ...