Ignore:
Timestamp:
Aug 29, 2007, 9:05:22 AM (17 years ago)
Author:
dai_9181
Message:

静的リンクライブラリにより、複数のグローバル領域が存在することになったのでそれぞれを関数ベースに分けた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Compile_Calc_PushVar.cpp

    r254 r308  
    125125
    126126
    127 void SetReg_WholeVariable(int type,RELATIVE_VAR *pRelativeVar,int reg){
    128     int varSize;
    129 
    130     varSize=GetTypeSize(type,-1);
     127void SetReg_WholeVariable( const Type &type, RELATIVE_VAR *pRelativeVar,int reg)
     128{
     129    int varSize = type.GetSize();
    131130
    132131    if(pRelativeVar->dwKind==VAR_GLOBAL){
Note: See TracChangeset for help on using the changeset viewer.