Changeset 387 for soft


Ignore:
Timestamp:
Aug 7, 2014, 12:32:05 PM (10 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/hello/main.c

    r297 r387  
    1818                giet_tty_printf(" hello world\n");
    1919        giet_tty_getc((void*)&byte);
    20         if ( byte == 'q' ) giet_exit();
     20        if ( byte == 'q' ) giet_exit("quit command received");
    2121        }
    2222} // end main
Note: See TracChangeset for help on using the changeset viewer.