Ignore:
Timestamp:
Jun 24, 2007, 6:50:40 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r159 r183  
     1#include <jenga/include/smoothie/Smoothie.h>
     2
    13#include "../BasicCompiler_Common/common.h"
    24#include "Opcode.h"
     
    176178        tempParm=temp2;
    177179
    178         type.SetType( DEF_OBJECT, pobj_DBClass->GetStringClassPtr() );
     180        type.SetType( DEF_OBJECT, Smoothie::GetMeta().GetClasses().GetStringClassPtr() );
    179181    }
    180182
     
    228230
    229231        //オーバーロードを解決
    230         pUserProc=OverloadSolution(name,subs,Smoothie::meta.procPointers[ProcPtr_BaseIndex]->Params(), Type() );
     232        pUserProc=OverloadSolution(name,subs,Smoothie::GetMeta().GetProcPointers()[ProcPtr_BaseIndex]->Params(), Type() );
    231233
    232234        if(!pUserProc){
     
    280282            SetThisPtrToReg(REG_RCX);
    281283
    282             pobj_c=pobj_CompilingClass;
     284            pobj_c=Smoothie::Temp::pCompilingClass;
    283285        }
    284286
Note: See TracChangeset for help on using the changeset viewer.