/[qemu]/qemu/cpu-defs.h
ViewVC logotype

Diff of /qemu/cpu-defs.h

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

revision 1.9 by bellard, Sun Jun 5 17:10:39 2005 UTC revision 1.10 by bellard, Sat Jul 2 22:09:27 2005 UTC
# Line 68  typedef uint64_t target_phys_addr_t; Line 68  typedef uint64_t target_phys_addr_t;
68    
69  #define HOST_LONG_SIZE (HOST_LONG_BITS / 8)  #define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
70    
71  #define EXCP_INTERRUPT  256 /* async interruption */  #define EXCP_INTERRUPT  0x10000 /* async interruption */
72  #define EXCP_HLT        257 /* hlt instruction reached */  #define EXCP_HLT        0x10001 /* hlt instruction reached */
73  #define EXCP_DEBUG      258 /* cpu stopped after a breakpoint or singlestep */  #define EXCP_DEBUG      0x10002 /* cpu stopped after a breakpoint or singlestep */
74    
75  #define MAX_BREAKPOINTS 32  #define MAX_BREAKPOINTS 32
76    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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