Changeset 288 in dev for trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Aug 17, 2007, 7:36:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
r275 r288 1008 1008 int result = 0; 1009 1009 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 1019 1010 result = SetInitGlobalData(pVar->GetOffsetAddress(), 1020 1011 pVar->GetType(),
Note:
See TracChangeset
for help on using the changeset viewer.