ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sigsegv.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/sigsegv.cpp (file contents):
Revision 1.20 by gbeauche, 2002-07-17T06:51:05Z vs.
Revision 1.21 by gbeauche, 2002-10-03T15:49:14Z

# Line 219 | Line 219 | static void powerpc_decode_instruction(i
219   #if (defined(i386) || defined(__i386__))
220   #define SIGSEGV_FAULT_INSTRUCTION               (((struct sigcontext *)scp)->sc_eip)
221   #define SIGSEGV_REGISTER_FILE                   ((unsigned int *)&(((struct sigcontext *)scp)->sc_edi)) /* EDI is the first GPR (even below EIP) in sigcontext */
222 /* (gb) Disable because this would hang configure script for some reason
223 * though standalone testing gets it right. Any idea why?
222   #define SIGSEGV_SKIP_INSTRUCTION                ix86_skip_instruction
225 */
223   #endif
224   #endif
225   #if defined(__linux__)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines