Changeset 2832 for trunk/src/win32k/dev32/devlast.asm
- Timestamp:
- Feb 20, 2000, 5:27:24 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/devlast.asm
r1467 r2832 1 ; $Id: devlast.asm,v 1. 2 1999-10-27 02:02:54bird Exp $1 ; $Id: devlast.asm,v 1.3 2000-02-20 04:27:23 bird Exp $ 2 2 ; 3 3 ; DevLast - the object file termintating the resident part of the objects. … … 31 31 public CONST32_ROEND 32 32 public _CallR0Init32 33 public _CallVerify ProcTab3233 public _CallVerifyImportTab32 34 34 35 35 … … 52 52 53 53 extrn R0INIT32:FAR 54 extrn VERIFY PROCTAB32:FAR54 extrn VERIFYIMPORTTAB32:FAR 55 55 56 56 CODE16 segment … … 76 76 77 77 ;; 78 ; Thunk procedure for Verify ProcTab32.79 ; @cproto USHORT NEAR CallVerify ProcTab32(void);80 ; @returns Same as Verify ProcTab32.78 ; Thunk procedure for VerifyImportTab32. 79 ; @cproto USHORT NEAR CallVerifyImportTab32(void); 80 ; @returns Same as VerifyImportTab32. 81 81 ; @status completely implemented. 82 82 ; @author knut st. osmundsen 83 _CallVerify ProcTab32 PROC NEAR83 _CallVerifyImportTab32 PROC NEAR 84 84 ASSUME CS:CODE16 85 85 push ds 86 call far ptr FLAT:VERIFY PROCTAB3286 call far ptr FLAT:VERIFYIMPORTTAB32 87 87 pop ds 88 88 retn 89 _CallVerify ProcTab32 ENDP89 _CallVerifyImportTab32 ENDP 90 90 91 91 CODE16 ends
Note:
See TracChangeset
for help on using the changeset viewer.