/[qemu]/qemu/syscall-i386.h
ViewVC logotype

Diff of /qemu/syscall-i386.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by bellard, Thu May 8 15:41:15 2003 UTC revision 1.18 by bellard, Sat May 10 15:10:36 2003 UTC
# Line 480  typedef struct target_siginfo { Line 480  typedef struct target_siginfo {
480  #define TARGET_SEGV_MAPERR     (1)  /* address not mapped to object */  #define TARGET_SEGV_MAPERR     (1)  /* address not mapped to object */
481  #define TARGET_SEGV_ACCERR     (2)  /* invalid permissions for mapped object */  #define TARGET_SEGV_ACCERR     (2)  /* invalid permissions for mapped object */
482    
483    /*
484     * SIGTRAP si_codes
485     */
486    #define TARGET_TRAP_BRKPT       (1)     /* process breakpoint */
487    #define TARGET_TRAP_TRACE       (2)     /* process trace trap */
488    
489  /* default linux values for the selectors */  /* default linux values for the selectors */
490  #define __USER_CS       (0x23)  #define __USER_CS       (0x23)
491  #define __USER_DS       (0x2B)  #define __USER_DS       (0x2B)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26