Ignore:
Timestamp:
Nov 9, 2007, 8:52:07 AM (16 years ago)
Author:
dai_9181
Message:

例外処理機構実装中…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Compile.cpp

    r322 r359  
    298298                break;
    299299            case ESC_CATCH:
    300                 Exception::CatchCommand();
     300                Exception::CatchCommand( Command + 2 );
    301301                break;
    302302            case ESC_FINALLY:
Note: See TracChangeset for help on using the changeset viewer.