Diff for /np2/i386c/ia32/cpu.h between versions 1.10 and 1.11

version 1.10, 2004/01/23 16:32:36 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 246  extern sigjmp_buf exec_1step_jmpbuf; Line 240  extern sigjmp_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__ */

Removed from v.1.10  
changed lines
  Added in v.1.11


RetroPC.NET-CVS <cvs@retropc.net>