Changeset 554 for trunk/softs/tsar_boot/src/reset.S
- Timestamp:
- Oct 22, 2013, 8:15:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/reset.S
r502 r554 139 139 /* Initializes stack pointer */ 140 140 141 la k1, seg_stack_base 142 li k0, BOOT_STACK_SIZE 143 addu sp, k1, k0 /* sp <= seg_stack_base + BOOT_STACK_SIZE */ 141 la sp, stk 144 142 145 143 la a0, versionstr … … 220 218 .set reorder 221 219 220 .section .data 221 .space BOOT_STACK_SIZE 222 stk: 223 .space 1 224 222 225 /* 223 226 * vim: tabstop=4 : shiftwidth=4 : expandtab
Note: See TracChangeset
for help on using the changeset viewer.