Changeset 272 in dev for trunk/abdev/BasicCompiler_Common/gc.cpp
- Timestamp:
- Aug 10, 2007, 9:20:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/gc.cpp
r229 r272 19 19 /////////////////////////////// 20 20 21 sprintf(temporary,"_System_gc_StackRoot_StartPtr%c%c*LONG_PTR",1,ESC_AS); 22 OpcodeDim(temporary,0); 21 if( compiler.GetObjectModule().meta.GetGlobalVars().Find( Symbol( "_System_gc_StackRoot_StartPtr" ) ) == NULL ) 22 { 23 // 未定義の場合は定義する 24 sprintf(temporary,"_System_gc_StackRoot_StartPtr%c%c*LONG_PTR",1,ESC_AS); 25 OpcodeDim(temporary,0); 26 } 23 27 24 28 GetVarOffsetReadWrite("_System_gc_StackRoot_StartPtr",&RelativeVar,type);
Note:
See TracChangeset
for help on using the changeset viewer.