Ignore:
Timestamp:
May 4, 2008, 10:56:44 PM (16 years ago)
Author:
dai_9181
Message:

SpecifyAddressOf, SpecifyCatchAddressを廃止。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/Exception.cpp

    r537 r550  
    227227                pUserProc = UserProc::pGlobalProc;
    228228            }
    229             compiler.GetObjectModule().dataTable.schedules.push_back( Schedule( pUserProc, dataTableOffset + pos ) );
    230             compiler.GetObjectModule().dataTable.schedules.back().SpecifyCatchAddress();
     229            compiler.GetObjectModule().dataTable.schedules.push_back(
     230                Schedule( Schedule::CatchAddress, pUserProc, dataTableOffset + pos )
     231            );
    231232            pos += sizeof(LONG_PTR);
    232233        }
Note: See TracChangeset for help on using the changeset viewer.