Ignore:
Timestamp:
Aug 18, 1999, 11:45:14 PM (26 years ago)
Author:
phaller
Message:

Add: lots of new stubs, crt functions and string functions

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:02 phaller Exp $ */
     1/* $Id: rtl.cpp,v 1.4 1999-08-18 21:45:13 phaller Exp $ */
    22
    33/*
     
    510510
    511511
    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 
    529512/******************************************************************************
    530513 * RtlEnlargedIntegerMultiply [NTDLL.341]
Note: See TracChangeset for help on using the changeset viewer.