Changeset 436 for trunk/user/sort
- Timestamp:
- Mar 7, 2018, 9:02:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/sort/sort.c
r435 r436 265 265 266 266 get_cycle( &cycle ); 267 printf("\n[SORT] completes barrier init at cycle %d continue ?\n", (unsigned int)cycle ); 268 getchar(); 267 printf("\n[SORT] completes barrier init at cycle %d\n", (unsigned int)cycle ); 269 268 270 269 // Array to sort initialization … … 356 355 { 357 356 printf("\n[SORT] failure at cycle %d\n", (unsigned int)cycle ); 358 exit( 0);357 exit( 1 ); 359 358 } 360 359
Note: See TracChangeset
for help on using the changeset viewer.