Changes in uspace/lib/c/arch/mips32/src/entry.s [66485741:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/entry.s
r66485741 r63f8966 29 29 .text 30 30 .section .init, "ax" 31 32 31 .global __entry 33 32 .global __entry_driver 34 33 .set noreorder 35 34 .option pic2 … … 57 56 jal __main 58 57 nop 58 59 jal __exit 60 nop 59 61 .end 62 63 # Alignment of output section data to 0x4000 64 .section .data 65 .align 14
Note:
See TracChangeset
for help on using the changeset viewer.