Changeset 1b03ed3 in mainline for uspace/lib/libc/arch/ia64/src/syscall.S
- Timestamp:
- 2007-11-16T16:20:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 454889c
- Parents:
- 9c2fb97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia64/src/syscall.S
r9c2fb97 r1b03ed3 39 39 .global __syscall 40 40 __syscall: 41 alloc r14 = ar.pfs, 5, 0, 0, 0 ;;41 alloc r14 = ar.pfs, 7, 0, 0, 0 ;; 42 42 break SYSCALL_IMM 43 43 mov ar.pfs = r14 ;;
Note:
See TracChangeset
for help on using the changeset viewer.