Changeset a19bdf8 in mainline
- Timestamp:
- 2006-03-13T21:18:33Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06502f7d
- Parents:
- 7fc78da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia64/src/syscall.S
r7fc78da ra19bdf8 39 39 .global __syscall 40 40 __syscall: 41 alloc r14 = ar.pfs, 4, 0, 0, 0 ;;41 alloc r14 = ar.pfs, 5, 0, 0, 0 ;; 42 42 break SYSCALL_IMM 43 43 mov ar.pfs = r14 ;;
Note:
See TracChangeset
for help on using the changeset viewer.