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/BasicCompiler32/CParameter.cpp

    r301 r331  
    233233            }
    234234
    235             extern LONG_PTR ProcPtr_BaseIndex;
    236             LONG_PTR back_ProcPtr_BaseIndex = ProcPtr_BaseIndex;
    237             if( dummyType.IsProcPtr() ){
    238                 ProcPtr_BaseIndex = dummyType.GetIndex();
    239             }
    240             else{
    241                 ProcPtr_BaseIndex=-1;
    242             }
    243 
    244235            BOOL bCalcUseHeap;
    245236            Type calcType;
     
    247238                break;
    248239            }
    249 
    250             ProcPtr_BaseIndex=back_ProcPtr_BaseIndex;
    251240
    252241            if( calcType.IsObject() ){
Note: See TracChangeset for help on using the changeset viewer.