Ignore:
Timestamp:
Aug 5, 2007, 3:47:49 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp

    r262 r263  
    140140        && userProc.HasParentClass()
    141141        && userProc.GetParentClass().GetName() == "_System_TypeBase" ){
    142 
    143142            compiler.objectModule.meta.GetClasses().Compile_System_InitializeUserTypes();
    144143    }
     
    670669
    671670
    672     pUserProc->SetEndOpAddress( obp );
     671    pUserProc->_endOpAddressOld = obp;
    673672
    674673
Note: See TracChangeset for help on using the changeset viewer.