|
|
| version 1.9, 2004/01/23 14:33:26 | version 1.11, 2004/01/27 15:51:35 |
|---|---|
| Line 75 typedef union { | Line 75 typedef union { |
| } | } |
| #endif | #endif |
| #include "cpu_io.h" | |
| #include "cpu_mem.h" | |
| #include "exception.h" | |
| #include "paging.h" | |
| #include "resolve.h" | |
| #include "segments.h" | #include "segments.h" |
| #include "task.h" | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| Line 233 extern I386CORE i386core; | Line 227 extern I386CORE i386core; |
| #define CPU_INPADRS i386core.e.inport | #define CPU_INPADRS i386core.e.inport |
| extern BYTE iflags[]; | extern BYTE iflags[]; |
| extern jmp_buf exec_1step_jmpbuf; | extern sigjmp_buf exec_1step_jmpbuf; |
| /* | /* |
| Line 246 extern jmp_buf exec_1step_jmpbuf; | Line 240 extern jmp_buf exec_1step_jmpbuf; |
| /* version */ | /* version */ |
| #define CPU_FAMILY 4 | #define CPU_FAMILY 4 |
| #define CPU_MODEL 1 | #define CPU_MODEL 2 |
| #define CPU_STEPPING 3 | #define CPU_STEPPING 3 |
| /* feature */ | /* feature */ |
| Line 545 void tr_dump(WORD selector, DWORD base, | Line 539 void tr_dump(WORD selector, DWORD base, |
| } | } |
| #endif | #endif |
| #include "cpu_io.h" | |
| #include "cpu_mem.h" | |
| #include "exception.h" | |
| #include "paging.h" | |
| #include "resolve.h" | |
| #include "task.h" | |
| #endif /* !IA32_CPU_CPU_H__ */ | #endif /* !IA32_CPU_CPU_H__ */ |