Changeset 2b50d7c in mainline for arch/ia64/src/asm.S
- Timestamp:
- 2005-05-28T20:13:25Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 747a2476
- Parents:
- 87cb9e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/asm.S
r87cb9e2 r2b50d7c 43 43 memcopy: 44 44 br _memcopy 45 46 .global memsetb 47 memsetb: 48 br _memsetb 49 50 .global cpu_halt 51 cpu_halt: 52 br cpu_halt 53 54 .global panic_printf 55 panic_printf: 56 { 57 br.call.sptk.many b0=printf 58 } 59 br cpu_halt
Note:
See TracChangeset
for help on using the changeset viewer.