Changeset 432 in dev for trunk/abdev/BasicCompiler64/FunctionValue.h
- Timestamp:
- Mar 11, 2008, 7:22:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/FunctionValue.h
r427 r432 20 20 #define FUNC_SYSTEM_GET_BP 0x0625 21 21 #define FUNC_SYSTEM_GET_SP 0x0626 22 #define FUNC_SYSTEM_NEW 0x0627 22 #define FUNC_SYSTEM_GET_COM_VTBL 0x0627 23 #define FUNC_SYSTEM_GET_VTBL_LIST 0x0628 24 #define FUNC_SYSTEM_GET_DEFAULT_CONSTRUCTOR 0x0629 25 #define FUNC_SYSTEM_GET_DESTRUCTOR 0x062A 23 26 24 27 //ポインタ
Note:
See TracChangeset
for help on using the changeset viewer.