Changeset 252 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Jul 30, 2007, 3:11:26 AM (18 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
- 
      - 2 edited
 
 - 
          
  CodeGenerator.h (modified) (1 diff)
- 
          
  NativeCode.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/abdev/BasicCompiler_Common/include/CodeGenerator.hr251 r252 448 448 pNativeCode->Put( l, scheduleType ); 449 449 } 450 450 void PutOld( const NativeCode &nativeCode ) 451 { 452 pNativeCode->Put( nativeCode ); 453 } 451 454 void PutOld( char c1, char c2 ) 452 455 { 
- 
      trunk/abdev/BasicCompiler_Common/include/NativeCode.hr250 r252 151 151 { 152 152 } 153 NativeCode( const char *codeBuffer, int size ) 154 : allocateSize( 8192 ) 155 , codeBuffer( (char *)malloc( allocateSize ) ) 156 , size( 0 ) 157 { 158 Put( codeBuffer, size ); 159 } 153 160 ~NativeCode() 154 161 { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
