Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/asm.S

    re4a4b44 rc640876  
    137137        br cpu_halt
    138138
     139.global panic_printf
     140panic_printf:
     141        {
     142                br.call.sptk.many b0=printf
     143        }
     144        br halt
     145
    139146/** Switch to userspace - low level code.
    140147 *
Note: See TracChangeset for help on using the changeset viewer.