Ignore:
Timestamp:
Jun 26, 2008, 8:55:02 PM (16 years ago)
Author:
dai_9181
Message:

不正なByValに対するエラーメッセージが正確に表示されなくなるバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp

    r632 r664  
    12631263                if( PTR_LEVEL( type_stack[sp-1] ) <= 0 ){
    12641264                    //ポインタ型ではないとき
    1265                     compiler.errorMessenger.Output( 3, NULL, cp );
     1265                    compiler.errorMessenger.Output( 1, NULL, cp );
    12661266                    goto error;
    12671267                }
Note: See TracChangeset for help on using the changeset viewer.