Changeset 31 for trunk/orca/console.c

Show
Ignore:
Timestamp:
02/08/06 01:35:49 (3 years ago)
Author:
krobillard
Message:

Overflow of the quick hold stack is now caught.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/console.c

    r27 r31  
    8989    else 
    9090    { 
    91         printf( "ORCA-Core %s (%s)\n", VERSION_STR, __DATE__ ); 
     91        printf( "ORCA %s (%s)\n", VERSION_STR, __DATE__ ); 
    9292halt: 
    9393        while( 1 )