Ignore:
Timestamp:
Aug 14, 2007, 8:37:08 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Meta.cpp

    r275 r280  
    3636}
    3737
    38 void Meta::StaticLink( Meta &meta, long dataSectionBaseOffset )
     38void Meta::StaticLink( Meta &meta, long dataSectionBaseOffset, int sourceIndexBase )
    3939{
    4040    // 名前空間
     
    5555
    5656        pUserProc->GetNativeCode().ResetDataSectionBaseOffset( dataSectionBaseOffset );
     57        pUserProc->GetNativeCode().ResetSourceIndexes( sourceIndexBase );
    5758
    5859        this->userProcs.Put( pUserProc );
Note: See TracChangeset for help on using the changeset viewer.