Changeset 332 in dev for trunk/abdev/BasicCompiler32/Compile_CallProc.cpp
- Timestamp:
- Sep 27, 2007, 3:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_CallProc.cpp
r325 r332 427 427 void Opcode_CallDelegate( const Delegate &dg, const char *methodPtrValueStr, const char *objPtrValueStr, const char *params ) 428 428 { 429 extern BOOL bDebugCompile; 430 extern BOOL bDebugSupportProc; 431 if(bDebugCompile&&bDebugSupportProc==0) 432 Call_DebugSys_SaveContext(); 433 434 429 435 /////////////////////////////////////////////////////////////// 430 436 // _System_LocalThisのダミーをセット
Note:
See TracChangeset
for help on using the changeset viewer.