Parent Directory
|
Revision Log
|
Patch
| revision 1.12 by bellard, Sat Nov 26 10:38:39 2005 UTC | revision 1.13 by bellard, Sat Nov 26 10:46:39 2005 UTC | |
|---|---|---|
| # | Line 90 typedef struct CPUARMState { | Line 90 typedef struct CPUARMState { |
| 90 | int exception_index; | int exception_index; |
| 91 | int interrupt_request; | int interrupt_request; |
| 92 | int user_mode_only; | int user_mode_only; |
| 93 | uint32_t address; | int halted; |
| 94 | ||
| 95 | /* VFP coprocessor state. */ | /* VFP coprocessor state. */ |
| 96 | struct { | struct { |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |