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.42 by gbeauche, 2004-01-19T16:59:13Z vs.
Revision 1.43 by nigel, 2004-01-20T23:49:32Z

# Line 1307 | Line 1307 | static bool handle_badaccess(SIGSEGV_FAU
1307                  }
1308                  break;
1309   #endif
1310 +        case SIGSEGV_RETURN_FAILURE:
1311 +                return false;
1312          }
1313          
1314          // We can't do anything with the fault_address, dump state?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines