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/BasicCompiler64/Compile_Func.cpp

    r159 r183  
     1#include <jenga/include/smoothie/Smoothie.h>
     2
    13#include "../BasicCompiler_Common/common.h"
    24#include "Opcode.h"
     
    3032        tempParm=temp2;
    3133
    32         type.SetType( DEF_OBJECT, pobj_DBClass->GetStringClassPtr() );
     34        type.SetType( DEF_OBJECT, Smoothie::GetMeta().GetClasses().GetStringClassPtr() );
    3335    }
    3436
     
    7880
    7981        //オーバーロードを解決
    80         pUserProc=OverloadSolution(name,subs,Smoothie::meta.procPointers[ProcPtr_BaseIndex]->Params(), Type() );
     82        pUserProc=OverloadSolution(name,subs,Smoothie::GetMeta().GetProcPointers()[ProcPtr_BaseIndex]->Params(), Type() );
    8183
    8284        if(!pUserProc){
     
    127129            SetThisPtrToReg(REG_RCX);
    128130
    129             pobj_c=pobj_CompilingClass;
     131            pobj_c=Smoothie::Temp::pCompilingClass;
    130132        }
    131133
Note: See TracChangeset for help on using the changeset viewer.