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.14 by gbeauche, 2002-05-20T15:56:13Z vs.
Revision 1.15 by gbeauche, 2002-05-20T16:00:07Z

# Line 513 | Line 513 | static bool ix86_skip_instruction(unsign
513          }
514  
515   #if DEBUG
516 <        printf("%08x: %s %s access", fault_instruction,
516 >        printf("%08x: %s %s access", regs[X86_REG_EIP],
517                     transfer_size == SIZE_BYTE ? "byte" : transfer_size == SIZE_WORD ? "word" : "long",
518                     transfer_type == TYPE_LOAD ? "read" : "write");
519          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines