Parent Directory
|
Revision Log
|
Patch
| revision 1.20 by bellard, Sun Nov 20 10:32:34 2005 UTC | revision 1.21 by bellard, Mon Dec 5 20:31:52 2005 UTC | |
|---|---|---|
| # | Line 166 typedef struct CPUSPARCState { | Line 166 typedef struct CPUSPARCState { |
| 166 | int exception_index; | int exception_index; |
| 167 | int interrupt_index; | int interrupt_index; |
| 168 | int interrupt_request; | int interrupt_request; |
| 169 | int halted; | |
| 170 | /* NOTE: we allow 8 more registers to handle wrapping */ | /* NOTE: we allow 8 more registers to handle wrapping */ |
| 171 | target_ulong regbase[NWINDOWS * 16 + 8]; | target_ulong regbase[NWINDOWS * 16 + 8]; |
| 172 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |