Ignore:
Timestamp:
Jan 24, 2000, 7:19:01 PM (26 years ago)
Author:
bird
Message:

Heapchanges: Heap is splitted into a swappable and a resident. The heaps
are dynamically growable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/asmutils.h

    r1678 r2511  
    1 /* $Id: asmutils.h,v 1.3 1999-11-10 01:45:32 bird Exp $
     1/* $Id: asmutils.h,v 1.4 2000-01-24 18:18:59 bird Exp $
    22 *
    33 * Assembly utilities.
     
    2525extern void _System EnableInterrupts(void);  /* uniprocessor only */
    2626
    27 //extern void _System Int3(void);
    28 extern int _System Int3(void);
     27#if 0
     28    //extern void _System Int3(void);
     29    extern int _System Int3(void);
     30#else
     31    #include <builtin.h>
     32    #define Int3() __interrupt(3)
     33#endif
    2934
    3035//Negative offsets don't work yet?
Note: See TracChangeset for help on using the changeset viewer.