- Timestamp:
- Dec 11, 2000, 7:41:19 AM (25 years ago)
- 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:05bird Exp $1 /* $Id: abort.c,v 1.2 2000-12-11 06:41:19 bird Exp $ 2 2 * 3 3 * Abort replacement. … … 22 22 23 23 #include <builtin.h> 24 #include <asmutils.h> 24 25 #define assert(a) ((a) ? (void)0 : __interrupt(3)) 25 26
Note:
See TracChangeset
for help on using the changeset viewer.