Ignore:
Timestamp:
Nov 6, 2007, 2:35:15 AM (17 years ago)
Author:
dai_9181
Message:

Try-Catchを試験的に実装。
(まだ下記の動作しか実装していません)
・Try
・Catch(パラメータ無し)
・Throw(パラメータ無し)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/MakePeHdr.cpp

    r357 r358  
    3333    *pSub_System_Call_Destructor_of_GlobalObject,
    3434    *pSub_System_End,
    35     *pSub_System_GetSp,
    3635    *pSub_pow,
    3736    *pSub_calloc,
     
    245244    if(pSub_System_End=GetSubHash("_System_End",1)){
    246245        pSub_System_End->Using();
    247     }
    248 
    249     if(pSub_System_GetSp=GetSubHash("_System_GetSp",1)){
    250         pSub_System_GetSp->Using();
    251         pSub_System_GetSp->ThisIsSystemProc();
    252246    }
    253247
Note: See TracChangeset for help on using the changeset viewer.