Changeset 278 in dev for trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- Aug 12, 2007, 3:57:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
r276 r278 238 238 char temporary[VN_SIZE]; 239 239 240 if( pUserProc->IsUsing() == false || pUserProc->IsCompiled() ) return;241 242 240 if( pUserProc->GetLocalVars().size() ){ 243 241 SetError(); … … 262 260 else bDebugSupportProc=0; 263 261 264 if( pUserProc->GetCodeSize() != 0 )262 if( pUserProc->GetCodeSize() != 0 || pUserProc->GetNativeCode().GetSize() != 0 ) 265 263 { 266 264 // 既にコード生成が行われている場合はエラー
Note:
See TracChangeset
for help on using the changeset viewer.