Ignore:
Timestamp:
Sep 27, 2007, 1:47:46 AM (17 years ago)
Author:
dai_9181
Message:

AddressOfの左辺値を加味した処理を簡潔にした

File:
1 edited

Legend:

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

    r316 r331  
    282282            temp_reg=reg;
    283283
    284             extern LONG_PTR ProcPtr_BaseIndex;
    285             LONG_PTR back_ProcPtr_BaseIndex = ProcPtr_BaseIndex;
    286             if( dummyType.IsProcPtr() ){
    287                 ProcPtr_BaseIndex = dummyType.GetIndex();
    288             }
    289             else{
    290                 ProcPtr_BaseIndex=-1;
    291             }
    292 
    293284            BOOL bCalcUseHeap;
    294285            Type calcType;
     
    296287                break;
    297288            }
    298 
    299             ProcPtr_BaseIndex=back_ProcPtr_BaseIndex;
    300289
    301290            if( calcType.IsObject() ){
Note: See TracChangeset for help on using the changeset viewer.