mirror of https://github.com/xqemu/xqemu.git
Remove unused members.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4070 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3157a0a93b
commit
b52901b948
|
@ -97,12 +97,6 @@ typedef struct CPUCRISState {
|
||||||
uint32_t regs[16];
|
uint32_t regs[16];
|
||||||
uint32_t pregs[16];
|
uint32_t pregs[16];
|
||||||
uint32_t pc;
|
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
|
/* These are setup up by the guest code just before transfering the
|
||||||
control back to the host. */
|
control back to the host. */
|
||||||
|
@ -142,7 +136,6 @@ typedef struct CPUCRISState {
|
||||||
int exec_stores;
|
int exec_stores;
|
||||||
} stats;
|
} stats;
|
||||||
|
|
||||||
|
|
||||||
jmp_buf jmp_env;
|
jmp_buf jmp_env;
|
||||||
CPU_COMMON
|
CPU_COMMON
|
||||||
} CPUCRISState;
|
} CPUCRISState;
|
||||||
|
|
Loading…
Reference in New Issue