Ignore:
Timestamp:
Jun 16, 2008, 12:12:06 AM (16 years ago)
Author:
dai_9181
Message:

[636][637][640][641][642]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Compile_Var.cpp

    r633 r643  
    13411341}
    13421342
    1343 bool Compile_AddGlobalRootsForGc(){
     1343bool Compile_AddGlobalRootsForGc()
     1344{
    13441345    const UserProc *pUserProc_AddGlobalRootPtr = GetClassMethod( "_System_CGarbageCollection", "AddGlobalRootPtr" );
    1345     if( !pUserProc_AddGlobalRootPtr ){
     1346    if( !pUserProc_AddGlobalRootPtr )
     1347    {
    13461348        compiler.errorMessenger.Output(3, "_System_CGarbageCollection.AddGlobalRootPtr", -1 );
    13471349        return false;
Note: See TracChangeset for help on using the changeset viewer.