Ignore:
Timestamp:
Jul 27, 2007, 12:06:11 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r240 r241  
    443443
    444444    //Continueアドレスを初期化
    445     extern DWORD dwContinueAddress;
    446     dwContinueAddress=-1;
     445    compiler.codeGenerator.ClearContinueArea();
    447446
    448447    if(bDebugCompile&&bDebugSupportProc==0){
Note: See TracChangeset for help on using the changeset viewer.