Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by bellard, Sun Nov 23 14:55:54 2003 UTC | revision 1.2 by bellard, Sun Nov 23 16:58:07 2003 UTC | |
|---|---|---|
| # | Line 172 typedef struct CPUPPCState { | Line 172 typedef struct CPUPPCState { |
| 172 | uint32_t exception; | uint32_t exception; |
| 173 | ||
| 174 | /* qemu dedicated */ | /* qemu dedicated */ |
| 175 | uint64_t ft0; /* temporary float register */ | |
| 176 | int interrupt_request; | int interrupt_request; |
| 177 | jmp_buf jmp_env; | jmp_buf jmp_env; |
| 178 | int exception_index; | int exception_index; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |