diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-16 16:38:48 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-16 16:38:48 +0000 |
commit | b52901b94869f8c1fe609a42ac54226971ee9995 (patch) | |
tree | edf1fb00389870f83d0775de30198d536030cc2b /target-cris | |
parent | 3157a0a93b65aac3113ba1338221c262663ebd50 (diff) |
Remove unused members.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4070 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/cpu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 31ebaa62ea..44d5ed7d61 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -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; |