Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/src/syscall.S

    r27f67f5 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    30 
    3129/**
    3230 * Immediate operand for break instruction.
     
    3937#define SYSCALL_IMM     1
    4038
    41 FUNCTION_BEGIN(__syscall)
     39.global __syscall
     40__syscall:
    4241        alloc r14 = ar.pfs, 7, 0, 0, 0 ;;
    4342        break SYSCALL_IMM
    4443        mov ar.pfs = r14 ;;
    4544        br.ret.sptk.many b0
    46 FUNCTION_END(__syscall)
    47 
Note: See TracChangeset for help on using the changeset viewer.