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.72 by gbeauche, 2008-01-05T08:35:08Z vs.
Revision 1.73 by gbeauche, 2008-01-06T16:10:30Z

# Line 70 | Line 70 | static bool sigsegv_do_install_handler(i
70   enum transfer_type_t {
71          SIGSEGV_TRANSFER_UNKNOWN        = 0,
72          SIGSEGV_TRANSFER_LOAD           = 1,
73 <        SIGSEGV_TRANSFER_STORE          = 2,
73 >        SIGSEGV_TRANSFER_STORE          = 2
74   };
75  
76   // Transfer size
# Line 79 | Line 79 | enum transfer_size_t {
79          SIZE_BYTE,
80          SIZE_WORD, // 2 bytes
81          SIZE_LONG, // 4 bytes
82 <        SIZE_QUAD, // 8 bytes
82 >        SIZE_QUAD  // 8 bytes
83   };
84  
85   #if (defined(powerpc) || defined(__powerpc__) || defined(__ppc__) || defined(__ppc64__))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines