Ignore:
Timestamp:
Aug 10, 1999, 3:52:09 PM (26 years ago)
Author:
phaller
Message:

Add: new() experiment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/odincrt.cpp

    r455 r470  
    8585
    8686
     87
     88
    8789/****************************************************************************
    8890 * String operations                                                        *
     
    9597
    9698
     99/****************************************************************************
     100 * C++ operator wrappers (experimental)                                     *
     101 ****************************************************************************/
     102
     103// operator new()
     104// @@@PH wrong calling convention
     105//void* _Optlink __nw__FUi(void* p1)
     106//  ODIN_TEB_OFF
     107//  void *rc = __nw__FUi(p1);
     108//  ODIN_TEB_ON1(rc)
     109
Note: See TracChangeset for help on using the changeset viewer.