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.15 by gbeauche, 2002-05-20T16:00:07Z vs.
Revision 1.16 by gbeauche, 2002-05-20T16:03:37Z

# Line 245 | Line 245 | static void powerpc_decode_instruction(i
245   #define SIGSEGV_FAULT_HANDLER_ARGLIST   int sig, struct sigcontext scs
246   #define SIGSEGV_FAULT_ADDRESS                   scs.cr2
247   #define SIGSEGV_FAULT_INSTRUCTION               scs.eip
248 < #define SIGSEGV_REGISTER_FILE                   (unsigned long *)(&scs)
248 > #define SIGSEGV_REGISTER_FILE                   (unsigned int *)(&scs)
249   #define SIGSEGV_SKIP_INSTRUCTION                ix86_skip_instruction
250   #endif
251   #if (defined(sparc) || defined(__sparc__))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines