Changeset 669 for soft/giet_vm/applications/shell/main.c
- Timestamp:
- Jul 27, 2015, 8:40:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/main.c
r660 r669 163 163 } 164 164 165 ///////////////////////////////////////// 165 166 static void cmd_rm(int argc, char **argv) 166 167 { … … 326 327 int count = 0; 327 328 328 giet_shr_printf("\n[SHELL] Enter at cycle %d\n", giet_proctime()); 329 giet_tty_alloc(); 329 // get a private TTY 330 giet_tty_alloc( 0 ); 331 332 // display first prompt 330 333 prompt(); 331 334
Note: See TracChangeset
for help on using the changeset viewer.