Changeset 992 for trunk/softs/tsar_boot/src/reset_elf_loader.c
- Timestamp:
- May 14, 2015, 10:45:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/reset_elf_loader.c
r962 r992 44 44 } 45 45 46 #if (RESET_DEBUG ==1)46 #if (RESET_DEBUG > 1) 47 47 reset_display_block( (char*)&elf_header ); 48 48 #endif … … 68 68 69 69 #if (RESET_DEBUG == 1) 70 reset_puts(" [RESET DEBUG] Loadable segment found:\n");70 reset_puts("\n[RESET DEBUG] Loadable segment found:\n"); 71 71 reset_print_elf_phdr(&elf_pht[pseg]); 72 72 #endif
Note: See TracChangeset
for help on using the changeset viewer.