Changeset 188 for sbliveos2/trunk/include/kee.h
- Timestamp:
- Sep 9, 2001, 5:31:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/kee.h
r142 r188 101 101 //NOTE: esp and ebp are modified when this function returns 102 102 // --> can cause problems if compiler uses i.e. ebp for storing a value!! 103 104 #ifdef __WATCOMC__ 105 ULONG KernThunkStackTo32(VOID); 106 #pragma aux KernThunkStackTo32 "KernThunkStackTo32" modify exact [eax ecx edx] value [edx]; 107 #else 103 108 ULONG APIENTRY KernThunkStackTo32(VOID); 104 #pragma aux KernThunkStackTo32 "KernThunkStackTo32" modify exact [edx]; 109 #endif 110 105 111 106 112 /*ordinal 42*/
Note:
See TracChangeset
for help on using the changeset viewer.