Changeset 435 in dev for trunk/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Mar 15, 2008, 1:20:13 PM (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/abdev/BasicCompiler_Common/Compile.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/abdev/BasicCompiler_Common/Compile.cppr424 r435 457 457 case COM_LET: 458 458 OpcodeCalc(Command+2); 459 459 460 break; 460 461 default: 461 462 OpcodeOthers(Command); 463 464 // コード生成過程で発生した構造体の一時メモリを破棄する 465 compiler.codeGenerator.op_FreeTempStructure(); 466 462 467 break; 463 468 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
