Commit b52901b94869f8c1fe609a42ac54226971ee9995
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,12 +97,6 @@ typedef struct CPUCRISState { | ||
97 | uint32_t regs[16]; | 97 | uint32_t regs[16]; |
98 | uint32_t pregs[16]; | 98 | uint32_t pregs[16]; |
99 | uint32_t pc; | 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 | /* These are setup up by the guest code just before transfering the | 101 | /* These are setup up by the guest code just before transfering the |
108 | control back to the host. */ | 102 | control back to the host. */ |
@@ -142,7 +136,6 @@ typedef struct CPUCRISState { | @@ -142,7 +136,6 @@ typedef struct CPUCRISState { | ||
142 | int exec_stores; | 136 | int exec_stores; |
143 | } stats; | 137 | } stats; |
144 | 138 | ||
145 | - | ||
146 | jmp_buf jmp_env; | 139 | jmp_buf jmp_env; |
147 | CPU_COMMON | 140 | CPU_COMMON |
148 | } CPUCRISState; | 141 | } CPUCRISState; |