Changeset 557 for trunk/src/NTDLL/rtl.cpp
- Timestamp:
- Aug 18, 1999, 11:45:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/rtl.cpp
r188 r557 1 /* $Id: rtl.cpp,v 1. 3 1999-06-25 13:59:02phaller Exp $ */1 /* $Id: rtl.cpp,v 1.4 1999-08-18 21:45:13 phaller Exp $ */ 2 2 3 3 /* … … 510 510 511 511 512 /**************************************************************************513 * NTDLL_chkstk [NTDLL.862]514 * NTDLL_alloca_probe [NTDLL.861]515 * Glorified "enter xxxx".516 */517 /* @@@PH how to port this to VAC ?518 REGS_ENTRYPOINT(NTDLL_chkstk)519 {520 ESP_reg(context) -= EAX_reg(context);521 }522 523 REGS_ENTRYPOINT(NTDLL_alloca_probe)524 {525 ESP_reg(context) -= EAX_reg(context);526 }527 */528 529 512 /****************************************************************************** 530 513 * RtlEnlargedIntegerMultiply [NTDLL.341]
Note:
See TracChangeset
for help on using the changeset viewer.