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

例外処理機構実装中…

File:
1 edited

Legend:

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

    r358 r359  
    1717#define FUNC_DELEGATE_DYNAMICMETHOD_CALL    0x0621
    1818#define FUNC_DELEGATE_STATICMETHOD_CALL     0x0622
    19 #define FUNC_SYSTEM_GET_NOW_SCOPE_CATCH_ADDRESS 0x0623
    20 #define FUNC_SYSTEM_GET_BP  0x0624
    21 #define FUNC_SYSTEM_GET_SP  0x0625
     19#define FUNC_SYSTEM_GET_NOW_SCOPE_CATCH_ADDRESS     0x0623
     20#define FUNC_SYSTEM_GET_NOW_SCOPE_FINALLY_ADDRESS   0x0624
     21#define FUNC_SYSTEM_GET_BP  0x0625
     22#define FUNC_SYSTEM_GET_SP  0x0626
    2223
    2324//ポインタ
Note: See TracChangeset for help on using the changeset viewer.