Ignore:
Timestamp:
Sep 27, 2007, 3:37:06 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_CallProc.cpp

    r325 r332  
    427427void Opcode_CallDelegate( const Delegate &dg, const char *methodPtrValueStr, const char *objPtrValueStr, const char *params )
    428428{
     429    extern BOOL bDebugCompile;
     430    extern BOOL bDebugSupportProc;
     431    if(bDebugCompile&&bDebugSupportProc==0)
     432        Call_DebugSys_SaveContext();
     433
     434
    429435    ///////////////////////////////////////////////////////////////
    430436    // _System_LocalThisのダミーをセット
Note: See TracChangeset for help on using the changeset viewer.