Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/src/sal_asm.S

    r27f67f5 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    30 
    3129.explicit
    3230
     
    3533#define STACK_IN9               (8 + STACK_SCRATCH_AREA)
    3634#define STACK_IN10              (16 + STACK_SCRATCH_AREA)
     35
     36.global sal_call
    3737
    3838#
     
    4343# Assume PSR.bn is 1, as expected by SAL.
    4444#
    45 FUNCTION_BEGIN(sal_call)
     45sal_call:
    4646        alloc loc0 = ar.pfs, 8, 8, 8, 0
    4747       
     
    9292        mov ar.pfs = loc0
    9393        br.ret.sptk.many rp
    94 FUNCTION_END(sal_call)
    9594
Note: See TracChangeset for help on using the changeset viewer.