Ignore:
Timestamp:
Mar 17, 2012, 11:02:20 PM (13 years ago)
Author:
dmik
Message:

kernel32: Support guard page exceptions.

This is in particular necessary for Java yellow and red zone
implementations.

Coses #76.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibexcept.cpp

    r21302 r21980  
    173173  case XCPT_INTEGER_DIVIDE_BY_ZERO:
    174174  case XCPT_UNABLE_TO_GROW_STACK:
     175  case XCPT_GUARD_PAGE_VIOLATION:
    175176#ifndef DEBUG
    176177  case XCPT_BREAKPOINT:
     
    187188  case XCPT_DATATYPE_MISALIGNMENT:
    188189  case XCPT_INVALID_LOCK_SEQUENCE:
    189   case XCPT_GUARD_PAGE_VIOLATION:
    190190  case XCPT_IN_PAGE_ERROR:
    191191  default:
Note: See TracChangeset for help on using the changeset viewer.