Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/mips32/src/entry.s

    r66485741 r63f8966  
    2929.text
    3030.section .init, "ax"
    31 
    3231.global __entry
    33 
     32.global __entry_driver
    3433.set noreorder
    3534.option pic2
     
    5756        jal __main
    5857        nop
     58       
     59        jal __exit
     60        nop
    5961.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.