Changeset 3411 for trunk/src/win32k/dev32/d32init.c
- Timestamp:
- Apr 17, 2000, 3:56:50 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/d32init.c
r3321 r3411 1 /* $Id: d32init.c,v 1.1 7 2000-04-05 18:40:40bird Exp $1 /* $Id: d32init.c,v 1.18 2000-04-17 01:56:48 bird Exp $ 2 2 * 3 3 * d32init.c - 32-bits init routines. … … 1046 1046 0, 1047 1047 0, 1048 0, 1048 1049 0 1049 1050 }; … … 1234 1235 * callTab-entry + 8 holds the selector for the object. (These two fields is the 16:32-bit pointer to the variable.) 1235 1236 * callTab-entry + a holds the 16-bit offset for the variable. 1236 * callTab-entry + c holds the selector for the object. (These two fiel s is the 16:16-bit pointer to the variable.)1237 * callTab-entry + c holds the selector for the object. (These two fields is the 16:16-bit pointer to the variable.) 1237 1238 */ 1238 1239 case EPT_VARIMPORT32: … … 1369 1370 0x2d, 0xa8, 0x0a, 0x00, 0x00, 0x65, 0x67, 0xff, 1370 1371 0xb5, 0xb4, 0x1f, 0x00, 0x00, 0x65, 0x67, 0x66 1372 }; 1373 char achf_VMObjHandleInfo[] = { 1374 0x55, 0x8B, 0x0D, 0x9C, 0xBF, 0x0D, 0x00, 0x8B, 1375 0xEC, 0x83, 0xEC, 0x0C, 0x53, 0x57, 0x8D, 0x55, 1376 0xF8 1371 1377 }; 1372 1378 … … 1391 1397 achf_FuStrLen , 1392 1398 achf_FuBuff , 1399 achf_VMObjHandleInfo , 1393 1400 NULL 1394 1401 }; … … 1400 1407 unsigned cb; 1401 1408 printf("Proc.no.%i\n", i); 1402 if (i < 14 )1409 if (i < 14 || i > 16) 1403 1410 cb = interpretFunctionProlog32(aProcs[i], i < 5 || i == 13); 1404 1411 else
Note:
See TracChangeset
for help on using the changeset viewer.