Changeset a19bdf8 in mainline


Ignore:
Timestamp:
2006-03-13T21:18:33Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06502f7d
Parents:
7fc78da
Message:

ia64 support for SYSCALL4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ia64/src/syscall.S

    r7fc78da ra19bdf8  
    3939.global __syscall
    4040__syscall:
    41         alloc r14 = ar.pfs, 4, 0, 0, 0 ;;
     41        alloc r14 = ar.pfs, 5, 0, 0, 0 ;;
    4242        break SYSCALL_IMM
    4343        mov ar.pfs = r14 ;;
Note: See TracChangeset for help on using the changeset viewer.