Ignore:
Timestamp:
Jun 7, 2008, 9:17:50 AM (16 years ago)
Author:
dai_9181
Message:

[632]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/NumOpe.cpp

    r600 r633  
    11261126                        isNothing_stack[sp] = true;
    11271127
    1128                         type_stack[sp] = DEF_OBJECT;
    11291128                        if( baseType.IsObject() ){
     1129                            type_stack[sp] = DEF_OBJECT;
    11301130                            index_stack[sp] = baseType.GetIndex();
    11311131                        }
    11321132                        else{
    1133                             index_stack[sp] = (LONG_PTR)compiler.GetObjectModule().meta.GetClasses().GetObjectClassPtr();
     1133                            type_stack[sp] = baseType.GetBasicType();
     1134                            index_stack[sp] = baseType.GetIndex();
    11341135                        }
    11351136
Note: See TracChangeset for help on using the changeset viewer.