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/NumOpe.cpp

    r327 r331  
    258258        bool isClassName = false;
    259259        Type leftType;
    260         if( GetTermType( termLeft, leftType, isLiteral, &isClassName ) ){
     260        if( GetTermType( termLeft, Type(), leftType, isLiteral, &isClassName ) ){
    261261            if( isClassName == false && compiler.GetObjectModule().meta.GetBlittableTypes().IsExist( leftType ) ){
    262262                // 左側のオブジェクト部分がBlittable型のとき
     
    347347                ////////////////
    348348
    349                 CallProc(idProc,pInfo,procName,parameter,resultType);
     349                CallProc(idProc,pInfo,procName,parameter, baseType,resultType);
    350350
    351351
Note: See TracChangeset for help on using the changeset viewer.