Changeset 242 in dev for trunk/abdev/BasicCompiler64/MakePeHdr.cpp
- Timestamp:
- Jul 27, 2007, 3:40:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/MakePeHdr.cpp
r226 r242 190 190 compiler.GetMeta().GetDllProcs().Iterator_Init(); 191 191 192 192 /* 193 193 if( !compiler.GetMeta().WriteXml( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) ) 194 194 { … … 200 200 MessageBox(0,"XML読み込みに失敗","test",0); 201 201 } 202 /* 202 203 203 if( !compiler.GetMeta().WriteBinaly( Jenga::Common::Environment::GetAppDir() + "\\meta_test.dat" ) ) 204 204 { … … 218 218 { 219 219 MessageBox(0,"バイナリ読み込みに失敗","test",0); 220 } */221 compiler.GetMeta() = (*pTempMeta); 220 } 221 compiler.GetMeta() = (*pTempMeta);*/ 222 222 223 223 … … 325 325 //リロケーション情報 326 326 pobj_Reloc=new CReloc(); 327 328 //一時スケジューリングポインタ329 pobj_TempSchedule=new CTempSchedule();330 327 331 328 obp_AllocSize=8192*2; … … 384 381 385 382 //Continueアドレスを初期化 386 extern DWORD dwContinueAddress; 387 dwContinueAddress=-1; 383 compiler.codeGenerator.ClearContinueArea(); 388 384 389 385 //スタックフレーム管理用クラスを初期化 … … 1158 1154 } 1159 1155 1160 delete pobj_TempSchedule;1161 1162 1156 1163 1157
Note:
See TracChangeset
for help on using the changeset viewer.