Ignore:
Timestamp:
Aug 12, 2007, 3:57:57 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r276 r278  
    238238    char temporary[VN_SIZE];
    239239
    240     if( pUserProc->IsUsing() == false || pUserProc->IsCompiled() ) return;
    241 
    242240    if( pUserProc->GetLocalVars().size() ){
    243241        SetError();
     
    262260    else bDebugSupportProc=0;
    263261
    264     if( pUserProc->GetCodeSize() != 0 )
     262    if( pUserProc->GetCodeSize() != 0 || pUserProc->GetNativeCode().GetSize() != 0 )
    265263    {
    266264        // 既にコード生成が行われている場合はエラー
Note: See TracChangeset for help on using the changeset viewer.