Ignore:
Timestamp:
Jul 3, 2001, 3:24:25 PM (24 years ago)
Author:
bird
Message:

Improoved Unhandled exception message.

File:
1 edited

Legend:

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

    r6146 r6151  
    1 /* $Id: exceptions.cpp,v 1.54 2001-07-03 13:17:42 bird Exp $ */
     1/* $Id: exceptions.cpp,v 1.55 2001-07-03 13:24:25 bird Exp $ */
    22
    33/*
     
    592592              szModName[0] = '\0';
    593593              strncat(szModName, pMod->getModuleName(), sizeof(szModName) - 1);
     594              iObj = 0xFF;
     595              offObj = (ULONG)lpexpExceptionInfo->ExceptionRecord->ExceptionAddress
     596                       - (ULONG)pMod->getInstanceHandle();
    594597          }
    595598      }
Note: See TracChangeset for help on using the changeset viewer.