Changeset 502 for trunk/softs/tsar_boot/src
- Timestamp:
- Aug 29, 2013, 12:18:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/reset.S
r425 r502 39 39 .extern boot_putd 40 40 .extern boot_ioc_init 41 .extern versionstr 41 42 42 43 .globl boot /* Make reset an external symbol */ … … 142 143 addu sp, k1, k0 /* sp <= seg_stack_base + BOOT_STACK_SIZE */ 143 144 145 la a0, versionstr 146 la k0, boot_puts 147 jalr k0 148 nop 149 144 150 #ifndef SOCLIB_IOC 145 151
Note: See TracChangeset
for help on using the changeset viewer.