Ignore:
Timestamp:
Jul 29, 2007, 12:33:04 PM (17 years ago)
Author:
dai_9181
Message:

BreakPertialScheduleをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/VariableOpe.cpp

    r232 r248  
    55
    66#include <Compiler.h>
    7 #include <LexicalScopingImpl.h>
     7#include <LexicalScope.h>
    88#include <Variable.h>
    99#include <NamespaceSupporter.h>
     
    989989
    990990    //レキシカルスコープ
    991     pVar->SetScopeLevel( GetLexicalScopes().GetNowLevel() );
    992     pVar->SetScopeStartAddress( GetLexicalScopes().GetStartAddress() );
     991    pVar->SetScopeLevel( compiler.codeGenerator.lexicalScopes.GetNowLevel() );
     992    pVar->SetScopeStartAddress( compiler.codeGenerator.lexicalScopes.GetStartAddress() );
    993993    pVar->bLiving=TRUE;
    994994
Note: See TracChangeset for help on using the changeset viewer.