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.88 by asvitkine, 2009-04-13T19:57:08Z vs.
Revision 1.89 by asvitkine, 2009-04-13T23:13:20Z

# Line 52 | Line 52 | using std::list;
52   // Size of an unsigned integer large enough to hold all bits of a pointer
53   // NOTE: this can be different than SIGSEGV_REGISTER_TYPE. In
54   // particular, on ILP32 systems with a 64-bit kernel (HP-UX/ia64?)
55 < #if defined(HAVE_WIN32_VM) && !defined(__CYGWIN__)
55 > #if defined(HAVE_WIN32_VM)
56   // Windows is either ILP32 or LLP64
57 + #include <BaseTsd.h>
58   typedef UINT_PTR sigsegv_uintptr_t;
59   #else
60   // Other systems are sane enough to follow ILP32 or LP64 models

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines