Changeset 4783 for trunk/src


Ignore:
Timestamp:
Dec 11, 2000, 7:41:19 AM (25 years ago)
Author:
bird
Message:

Corrected compiler error on Int3().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/misc/abort.c

    r4540 r4783  
    1 /* $Id: abort.c,v 1.1 2000-10-27 09:55:05 bird Exp $
     1/* $Id: abort.c,v 1.2 2000-12-11 06:41:19 bird Exp $
    22 *
    33 * Abort replacement.
     
    2222
    2323#include <builtin.h>
     24#include <asmutils.h>
    2425#define assert(a) ((a) ? (void)0 : __interrupt(3))
    2526
Note: See TracChangeset for help on using the changeset viewer.