diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-07 23:10:53 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-07 23:10:53 +0000 |
commit | 9d89330183ceb170df926bbc395deb12e136e0f7 (patch) | |
tree | fd04f5eb673f592412c90b16e1b262bfa3715921 /target-sparc/cpu.h | |
parent | b8a9e8f1336492798107a8704c22c4e8053c3dd7 (diff) |
clean up - comments
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1271 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/cpu.h')
-rw-r--r-- | target-sparc/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 7f8b9060a2..a4b6c730f3 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -127,7 +127,6 @@ typedef struct CPUSPARCState { int exception_index; int interrupt_index; int interrupt_request; - target_ulong exception_next_pc; struct TranslationBlock *current_tb; void *opaque; /* NOTE: we allow 8 more registers to handle wrapping */ |