Ignore:
Timestamp:
Jan 20, 2004, 2:41:11 PM (22 years ago)
Author:
sandervl
Message:

Assembly wrapper for clearing the direction flag before calling our real

File:
1 edited

Legend:

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

    r10377 r10409  
    1 /* $Id: exceptions.cpp,v 1.73 2004-01-11 11:57:52 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.74 2004-01-20 13:41:10 sandervl Exp $ */
    22
    33/*
     
    11311131#endif
    11321132
     1133// Assembly wrapper for clearing the direction flag before calling our real
     1134// exception handler
    11331135ULONG APIENTRY OS2ExceptionHandler(PEXCEPTIONREPORTRECORD       pERepRec,
    11341136                                   PEXCEPTIONREGISTRATIONRECORD pERegRec,
    11351137                                   PCONTEXTRECORD               pCtxRec,
    1136                                    PVOID                        p)
     1138                                   PVOID                        p);
     1139
     1140ULONG APIENTRY OS2ExceptionHandler2ndLevel(PEXCEPTIONREPORTRECORD       pERepRec,
     1141                                           PEXCEPTIONREGISTRATIONRECORD pERegRec,
     1142                                           PCONTEXTRECORD               pCtxRec,
     1143                                           PVOID                        p)
    11371144{
    11381145    //SvL: Check if exception inside debug fprintf -> if so, clear lock so
Note: See TracChangeset for help on using the changeset viewer.