Ignore:
Timestamp:
Jul 27, 2007, 3:40:33 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/MakePeHdr.cpp

    r226 r242  
    190190    compiler.GetMeta().GetDllProcs().Iterator_Init();
    191191
    192 
     192/*
    193193    if( !compiler.GetMeta().WriteXml( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) )
    194194    {
     
    200200        MessageBox(0,"XML読み込みに失敗","test",0);
    201201    }
    202 /*
     202
    203203    if( !compiler.GetMeta().WriteBinaly( Jenga::Common::Environment::GetAppDir() + "\\meta_test.dat" ) )
    204204    {
     
    218218    {
    219219        MessageBox(0,"バイナリ読み込みに失敗","test",0);
    220     }*/
    221     compiler.GetMeta() = (*pTempMeta);
     220    }
     221    compiler.GetMeta() = (*pTempMeta);*/
    222222
    223223
     
    325325    //リロケーション情報
    326326    pobj_Reloc=new CReloc();
    327 
    328     //一時スケジューリングポインタ
    329     pobj_TempSchedule=new CTempSchedule();
    330327
    331328    obp_AllocSize=8192*2;
     
    384381
    385382        //Continueアドレスを初期化
    386         extern DWORD dwContinueAddress;
    387         dwContinueAddress=-1;
     383        compiler.codeGenerator.ClearContinueArea();
    388384
    389385        //スタックフレーム管理用クラスを初期化
     
    11581154    }
    11591155
    1160     delete pobj_TempSchedule;
    1161 
    11621156
    11631157
Note: See TracChangeset for help on using the changeset viewer.