Ignore:
Timestamp:
Aug 2, 2001, 4:50:13 PM (24 years ago)
Author:
sandervl
Message:

removed annoying DebugInt3

File:
1 edited

Legend:

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

    r6397 r6438  
    1 /* $Id: heap.cpp,v 1.33 2001-07-28 18:03:37 sandervl Exp $ */
     1/* $Id: heap.cpp,v 1.34 2001-08-02 14:50:13 sandervl Exp $ */
    22
    33/*
     
    589589   {
    590590        dprintf(("GlobalFree ERROR BAD HEAP POINTER:%X\n", hmem));
    591         DebugInt3();
     591//        DebugInt3();
    592592        return 0;
    593593   }
Note: See TracChangeset for help on using the changeset viewer.