Changeset 4998 for trunk/src/win32k/api/myVR32AllocMem.asm
- Timestamp:
- Jan 21, 2001, 8:52:46 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/api/myVR32AllocMem.asm
r4981 r4998 1 ; $Id: myVR32AllocMem.asm,v 1. 2 2001-01-20 15:48:54bird Exp $1 ; $Id: myVR32AllocMem.asm,v 1.3 2001-01-21 07:52:46 bird Exp $ 2 2 ; 3 3 ; VR32AllocMem over loader which adds the OBJ_ANY flag. … … 23 23 ; 24 24 include devsegdf.inc 25 include api.inc 25 26 include bsememf.inc 26 27 ifndef OBJ_ANY … … 38 39 ; Externs 39 40 ; 40 extrn apiApplyChange:PROC ; system call?41 extrn APIQueryEnabled:PROC 41 42 extrn _VR32AllocMem@50:PROC 42 43 … … 58 59 ; It was not - check if we're to set it for this calling module. 59 60 ; 61 movzx ecx, word ptr [esp + SEF_CS] 62 mov edx, dword ptr [esp + SEF_EIP] 60 63 push eax 61 push dword ptr [esp + SEF_CS]62 push dword ptr [esp + SEF_EIP]63 push 164 call apiApplyChange65 64 sub esp, 0ch 65 mov eax, API_DOSALLOCMEM_ANY_OBJ 66 call APIQueryEnabled 67 add esp, 0ch 66 68 test eax, eax 67 69 pop eax
Note:
See TracChangeset
for help on using the changeset viewer.