Ignore:
Timestamp:
Nov 9, 2007, 8:52:07 AM (16 years ago)
Author:
dai_9181
Message:

例外処理機構実装中…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/FunctionValue.h

    r358 r359  
    1616#define FUNC_DELEGATE_DYNAMICMETHOD_CALL    0x0621
    1717#define FUNC_DELEGATE_STATICMETHOD_CALL     0x0622
    18 #define FUNC_SYSTEM_GET_NOW_SCOPE_CATCH_ADDRESS 0x0623
    19 #define FUNC_SYSTEM_GET_BP  0x0624
    20 #define FUNC_SYSTEM_GET_SP  0x0625
    21 
     18#define FUNC_SYSTEM_GET_NOW_SCOPE_CATCH_ADDRESS     0x0623
     19#define FUNC_SYSTEM_GET_NOW_SCOPE_FINALLY_ADDRESS   0x0624
     20#define FUNC_SYSTEM_GET_BP  0x0625
     21#define FUNC_SYSTEM_GET_SP  0x0626
    2222//ポインタ
    2323#define FUNC_GETDOUBLE      0x0630
Note: See TracChangeset for help on using the changeset viewer.