Ignore:
File:
1 edited

Legend:

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

    r9d58539 r27f67f5  
    2727#
    2828
     29#include <abi/asmtool.h>
     30
    2931.explicit
    3032
     
    3335#define STACK_IN9               (8 + STACK_SCRATCH_AREA)
    3436#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 sal_call:
     45FUNCTION_BEGIN(sal_call)
    4646        alloc loc0 = ar.pfs, 8, 8, 8, 0
    4747       
     
    9292        mov ar.pfs = loc0
    9393        br.ret.sptk.many rp
     94FUNCTION_END(sal_call)
    9495
Note: See TracChangeset for help on using the changeset viewer.