Changeset 2511 for trunk/src/win32k/include/asmutils.h
- Timestamp:
- Jan 24, 2000, 7:19:01 PM (26 years ago)
- 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:32bird Exp $1 /* $Id: asmutils.h,v 1.4 2000-01-24 18:18:59 bird Exp $ 2 2 * 3 3 * Assembly utilities. … … 25 25 extern void _System EnableInterrupts(void); /* uniprocessor only */ 26 26 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 29 34 30 35 //Negative offsets don't work yet?
Note:
See TracChangeset
for help on using the changeset viewer.