Changeset 537 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/NativeCode.cpp
- Timestamp:
- May 3, 2008, 6:58:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/NativeCode.cpp
r465 r537 85 85 if( scheduleType == Schedule::CatchAddress ) 86 86 { 87 const UserProc *pUserProc = & UserProc::CompilingUserProc();88 if( UserProc::IsGlobalAreaCompiling() )87 const UserProc *pUserProc = &compiler.GetCompilingUserProc(); 88 if( compiler.IsGlobalAreaCompiling() ) 89 89 { 90 90 pUserProc = UserProc::pGlobalProc;
Note:
See TracChangeset
for help on using the changeset viewer.