Parent Directory
|
Revision Log
|
Patch
| revision 1.11 by bellard, Sun Jan 30 22:39:04 2005 UTC | revision 1.12 by bellard, Mon Feb 7 23:10:53 2005 UTC | |
|---|---|---|
| # | Line 127 typedef struct CPUSPARCState { | Line 127 typedef struct CPUSPARCState { |
| 127 | int exception_index; | int exception_index; |
| 128 | int interrupt_index; | int interrupt_index; |
| 129 | int interrupt_request; | int interrupt_request; |
| target_ulong exception_next_pc; | ||
| 130 | struct TranslationBlock *current_tb; | struct TranslationBlock *current_tb; |
| 131 | void *opaque; | void *opaque; |
| 132 | /* NOTE: we allow 8 more registers to handle wrapping */ | /* NOTE: we allow 8 more registers to handle wrapping */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |