Changeset 2837 for trunk/src/win32k/misc/buffer.asm
- Timestamp:
- Feb 21, 2000, 6:00:53 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/misc/buffer.asm
r2827 r2837 1 ; $Id: buffer.asm,v 1. 3 2000-02-19 08:40:31bird Exp $1 ; $Id: buffer.asm,v 1.4 2000-02-21 05:00:53 bird Exp $ 2 2 ; 3 3 ; Simple resident buffer for use when overloading tkExecPgm. … … 272 272 ; The buffer was not found, return NULL pointer. 273 273 xor eax, eax 274 pop ebx 274 275 pop edx 275 276 pop ecx … … 279 280 ; The buffer was found, return the pointer to it! 280 281 pop eax 282 pop ebx 281 283 mov eax, edx 282 284 pop edx
Note:
See TracChangeset
for help on using the changeset viewer.