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

    r319 r331  
    262262        bool isClassName = false;
    263263        Type leftType;
    264         if( GetTermType( termLeft, leftType, isLiteral, &isClassName ) ){
     264        if( GetTermType( termLeft, Type(), leftType, isLiteral, &isClassName ) ){
    265265            if( isClassName == false && compiler.GetObjectModule().meta.GetBlittableTypes().IsExist( leftType ) ){
    266266                // 左側のオブジェクト部分がBlittable型のとき
     
    354354                ////////////////
    355355
    356                 CallProc(idProc,pInfo,procName,parameter,resultType);
     356                CallProc(idProc,pInfo,procName,parameter, baseType,resultType);
    357357
    358358
Note: See TracChangeset for help on using the changeset viewer.