Ignore:
Timestamp:
May 18, 2007, 4:42:36 AM (17 years ago)
Author:
dai_9181
Message:

Blittable型を導入した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/calculation.cpp

    r126 r128  
    698698                            }
    699699
     700                            if( tempType.IsObject() ){
     701                                if( tempType.GetClass().IsBlittableType() ){
     702                                    // Blittable型のときは基本型として扱う
     703                                    tempType = tempType.GetClass().GetBlittableType();
     704                                }
     705                            }
     706
    700707                            type[pnum] = tempType.GetBasicType();
    701708                            before_index[pnum] = tempType.GetIndex();
Note: See TracChangeset for help on using the changeset viewer.