Changeset 580 for trunk/user/idbg
- Timestamp:
- Oct 8, 2018, 11:31:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/idbg/idbg.c
r475 r580 16 16 { 17 17 unsigned long long cycle; 18 unsigned int cxy; 19 unsigned int lid; 18 20 19 21 get_cycle( &cycle ); 22 get_core( &cxy , &lid ); 20 23 21 printf( "\n[IDBG] starts at cycle %d\n", (unsigned int)cycle ); 24 printf( "\n[IDBG] starts on core[%x,%d] / cycle %d\n", 25 cxy , lid , (unsigned int)cycle ); 22 26 23 27 idbg();
Note: See TracChangeset
for help on using the changeset viewer.