Ignore:
Timestamp:
Feb 6, 2001, 7:21:38 PM (25 years ago)
Author:
umoeller
Message:

misc. changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/except.c

    r31 r32  
    435435                           *(pulStackWord+1));
    436436        pulStackWord = (PULONG)*(pulStackWord);
     437
     438        if (pulStackWord == 0)
     439            fprintf(file, "\n    pulStackWord == 0");
     440        else if (pulStackWord >= (PULONG)ptib->tib_pstacklimit)
     441            fprintf(file, "\n    pulStackWord >= (PULONG)ptib->tib_pstacklimit");
    437442    } // end while
    438443}
     
    736741
    737742            if (ptib != 0)
     743            {
    738744                excDumpStackFrames(file, ptib, pContextRec);
     745            }
    739746        }
    740747    }
Note: See TracChangeset for help on using the changeset viewer.