Changeset 641 in dev for trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp
- Timestamp:
- Jun 15, 2008, 11:59:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp
r640 r641 260 260 if(pSub_System_GetEip=GetSubHash("_System_GetEip",1)){ 261 261 pSub_System_GetEip->Using(); 262 pSub_System_GetEip->ThisIs SystemProc();262 pSub_System_GetEip->ThisIsAutoGenerationSystemProc(); 263 263 } 264 264 265 265 if(pSub_System_InitDllGlobalVariables=GetSubHash("_System_InitDllGlobalVariables",1)){ 266 266 pSub_System_InitDllGlobalVariables->Using(); 267 pSub_System_InitDllGlobalVariables->ThisIs SystemProc();267 pSub_System_InitDllGlobalVariables->ThisIsAutoGenerationSystemProc(); 268 268 } 269 269 270 270 if(pSub_System_InitStaticLocalVariables=GetSubHash("_System_InitStaticLocalVariables",1)){ 271 271 pSub_System_InitStaticLocalVariables->Using(); 272 pSub_System_InitStaticLocalVariables->ThisIs SystemProc();272 pSub_System_InitStaticLocalVariables->ThisIsAutoGenerationSystemProc(); 273 273 } 274 274 275 275 if(pSub_System_Call_Destructor_of_GlobalObject=GetSubHash("_System_Call_Destructor_of_GlobalObject",1)){ 276 276 pSub_System_Call_Destructor_of_GlobalObject->Using(); 277 pSub_System_Call_Destructor_of_GlobalObject->ThisIs SystemProc();277 pSub_System_Call_Destructor_of_GlobalObject->ThisIsAutoGenerationSystemProc(); 278 278 } 279 279 … … 329 329 pSub_allrem=GetSubHash("_allrem"); 330 330 pSub_allrem->Using(); 331 pSub_allrem->ThisIs SystemProc();331 pSub_allrem->ThisIsAutoGenerationSystemProc(); 332 332 333 333 pSub_aullrem=GetSubHash("_aullrem"); 334 334 pSub_aullrem->Using(); 335 pSub_aullrem->ThisIs SystemProc();335 pSub_aullrem->ThisIsAutoGenerationSystemProc(); 336 336 337 337 pSub_allmul=GetSubHash("_allmul"); 338 338 pSub_allmul->Using(); 339 pSub_allmul->ThisIs SystemProc();339 pSub_allmul->ThisIsAutoGenerationSystemProc(); 340 340 341 341 pSub_alldiv=GetSubHash("_alldiv"); 342 342 pSub_alldiv->Using(); 343 pSub_alldiv->ThisIs SystemProc();343 pSub_alldiv->ThisIsAutoGenerationSystemProc(); 344 344 345 345 pSub_aulldiv=GetSubHash("_aulldiv"); 346 346 pSub_aulldiv->Using(); 347 pSub_aulldiv->ThisIs SystemProc();347 pSub_aulldiv->ThisIsAutoGenerationSystemProc(); 348 348 349 349 pSub_allshl=GetSubHash("_allshl"); 350 350 pSub_allshl->Using(); 351 pSub_allshl->ThisIs SystemProc();351 pSub_allshl->ThisIsAutoGenerationSystemProc(); 352 352 353 353 pSub_allshr=GetSubHash("_allshr"); 354 354 pSub_allshr->Using(); 355 pSub_allshr->ThisIs SystemProc();355 pSub_allshr->ThisIsAutoGenerationSystemProc(); 356 356 357 357 pSub_aullshr=GetSubHash("_aullshr"); 358 358 pSub_aullshr->Using(); 359 pSub_aullshr->ThisIs SystemProc();359 pSub_aullshr->ThisIsAutoGenerationSystemProc(); 360 360 361 361 pSub_esp_error=GetSubHash("_esp_error");
Note:
See TracChangeset
for help on using the changeset viewer.