Ignore:
Timestamp:
Jul 21, 2008, 2:29:18 PM (16 years ago)
Author:
dai_9181
Message:

[686][689]を64bit版にマージ。

File:
1 edited

Legend:

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

    r687 r703  
    216216
    217217
    218     if( userProc.GetMethod().IsDynamic() )
     218    if( userProc.HasParentClass() && userProc.GetMethod().IsDynamic() )
    219219    {
    220220        //mov rdx,rax
     
    258258
    259259    std::vector<const UserProc *> subs;
    260     if( userProc.GetMethod().IsDynamic() )
     260    if( userProc.HasParentClass() && userProc.GetMethod().IsDynamic() )
    261261    {
    262262        dgClass.GetStaticMethods().Enum( "_CreateDynamicDelegate", subs );
Note: See TracChangeset for help on using the changeset viewer.