Ignore:
Timestamp:
Jun 7, 2008, 9:17:50 AM (16 years ago)
Author:
dai_9181
Message:

[632]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Compile_ProcOp.cpp

    r603 r633  
    213213    }
    214214
    215     trace_for_sourcecodestep( "★★★ " << pUserProc->GetFullName() << "のコンパイルを開始" );
     215    trace_for_sourcecodestep( "★★★ " << FormatEscapeSequenceStringToDefaultString( pUserProc->GetFullName() ) << "のコンパイルを開始" );
    216216
    217217    pUserProc->CompleteCompile();
     
    256256    if( !pUserProc->IsAutoGeneration() )
    257257    {
    258         cp=pUserProc->GetCodePos();
     258        cp=pUserProc->GetSourceCodePosition().GetPos();
    259259        for(;;cp++){
    260260            if(IsCommandDelimitation(basbuf[cp])) break;
Note: See TracChangeset for help on using the changeset viewer.