Changeset 254 for soft/giet_vm/pgcd
- Timestamp:
- Aug 27, 2013, 5:41:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/pgcd/main.c
r191 r254 7 7 unsigned int opy; 8 8 9 giet_tty_printf(" Interactive PGCD \n"); 9 giet_tty_printf("Starting task PGCD on processor %d at cycle %d\n", 10 giet_procid(), giet_proctime()); 10 11 11 12 while (1) … … 20 21 if( (opx == 0) || (opy == 0) ) 21 22 { 22 23 giet_tty_printf("operands must be larger than 0\n"); 23 24 } 24 25 else
Note: See TracChangeset
for help on using the changeset viewer.