Ignore:
Timestamp:
Aug 22, 2007, 11:09:26 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/NumOpe.cpp

    r292 r293  
    455455    GetArrayElement(termFull,VarName,ArrayElements);
    456456    if(ArrayElements[0]){
    457         Type leftType;
    458         GetVarType(VarName,leftType,false);
    459         if( leftType.IsObject() )
     457        Type classType;
     458        GetVarType(VarName,classType,false);
     459        if( classType.IsObject() )
    460460        {
    461             CallIndexerGetterProc(/*UseReg,*/&resultType.GetClass(),VarName, leftType, ArrayElements,resultType);
     461            CallIndexerGetterProc(/*UseReg,*/classType,VarName, ArrayElements,resultType);
    462462
    463463            isLiteral = false;
Note: See TracChangeset for help on using the changeset viewer.