Changeset 508 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/gc.cpp
- Timestamp:
- Apr 29, 2008, 11:36:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/gc.cpp
r485 r508 8 8 #include "../compiler_x86/opcode.h" 9 9 #endif 10 11 using namespace ActiveBasic::Compiler; 10 12 11 13 void InitGCVariables(void){ … … 19 21 /////////////////////////////// 20 22 21 if( compiler.GetObjectModule().meta.GetGlobalVars().Find( Symbol( "_System_gc_StackRoot_StartPtr" ) ) == NULL )23 if( compiler.GetObjectModule().meta.GetGlobalVars().Find( LexicalAnalyzer::FullNameToSymbol( "_System_gc_StackRoot_StartPtr" ) ) == NULL ) 22 24 { 23 25 // 未定義の場合は定義する
Note:
See TracChangeset
for help on using the changeset viewer.