/[gcl]/gcl/h/powerpc-macosx.h
ViewVC logotype

Diff of /gcl/h/powerpc-macosx.h

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

revision 1.14 by camm, Wed Jun 15 15:43:11 2005 UTC revision 1.15 by camm, Fri Jun 17 01:13:50 2005 UTC
# Line 134  do { Line 134  do {
134    
135  /* si_addr not containing the faulting address is a bug in Darwin.  /* si_addr not containing the faulting address is a bug in Darwin.
136     Work around this by looking at the dar field of the exception state.  */     Work around this by looking at the dar field of the exception state.  */
137    #include <sys/ucontext.h>
138    #include <sys/types.h>
139  #define GET_FAULT_ADDR(sig,code,scp,addr) ((char *) (((ucontext_t *) scp)->uc_mcontext->es.dar))  #define GET_FAULT_ADDR(sig,code,scp,addr) ((char *) (((ucontext_t *) scp)->uc_mcontext->es.dar))
140    
141  /*  /*

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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