Changeset 169 in dev for trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Jun 18, 2007, 3:49:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp
r143 r169 1 #include <Program.h> 2 1 3 #include "../BasicCompiler_Common/common.h" 2 4 #include "Opcode.h" … … 797 799 lstrcat( temporary, "------------------------------------------------------------------\n" ); 798 800 lstrcat( temporary, "\n" ); 799 Smoothie::Logger::Put( temporary );801 trace_for_size( temporary ); 800 802 } 801 803 void CompileLocal(){
Note:
See TracChangeset
for help on using the changeset viewer.