Ignore:
Timestamp:
Aug 17, 2007, 7:36:51 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r275 r288  
    10081008        int result = 0;
    10091009        if( !pVar->GetType().IsObject() ){
    1010             //初期バッファにデータをセット
    1011             extern BYTE *initGlobalBuf;
    1012             initGlobalBuf = (BYTE *)HeapReAlloc(
    1013                 hHeap,
    1014                 HEAP_ZERO_MEMORY,
    1015                 initGlobalBuf,
    1016                 compiler.GetObjectModule().meta.GetGlobalVars().GetAllInitSize()
    1017             );
    1018 
    10191010            result = SetInitGlobalData(pVar->GetOffsetAddress(),
    10201011                pVar->GetType(),
Note: See TracChangeset for help on using the changeset viewer.