Changeset 97 in dev for BasicCompiler32/op32_main.cpp


Ignore:
Timestamp:
Apr 16, 2007, 3:52:40 AM (17 years ago)
Author:
dai_9181
Message:

関数の戻り値オブジェクトのメンバ・メソッドを一時オブジェクトを介さずに参照できるようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/op32_main.cpp

    r75 r97  
    864864        SetError();
    865865    }
     866}
     867void op_fstp_push( Type &type ){
     868    //sub esp,size
     869    op_sub_esp( type.GetBasicSize() );
     870
     871    op_fstp_basereg( type.GetBasicType(), REG_ESP );
    866872}
    867873
Note: See TracChangeset for help on using the changeset viewer.