Changeset 474 for trunk/boot/tsar_mips32/boot_utils.c
- Timestamp:
- Aug 21, 2018, 9:50:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot_utils.c
r457 r474 504 504 505 505 //////////////// 506 void boot_exit( )506 void boot_exit( void ) 507 507 { 508 508 boot_printf("\n[BOOT PANIC] core %x suicide at cycle %d...\n", … … 514 514 515 515 //////////////////////////// 516 uint32_t boot_get_proctime( )516 uint32_t boot_get_proctime( void ) 517 517 { 518 518 uint32_t res; /* Value stored in the CP0_COUNT register. */ … … 526 526 527 527 ////////////////////////// 528 uint32_t boot_get_procid( )528 uint32_t boot_get_procid( void ) 529 529 { 530 530 uint32_t res; /* Value stored in the CP0_PROCID register. */
Note: See TracChangeset
for help on using the changeset viewer.