Changeset 27f67f5 in mainline for boot/arch/ia64/src/pal_asm.S
- Timestamp:
- 2016-04-22T20:43:34Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a52e2f4
- Parents:
- 054476d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/pal_asm.S
r054476d r27f67f5 27 27 # 28 28 29 #include <abi/asmtool.h> 30 29 31 .explicit 30 32 31 .global pal_static_call 32 33 pal_static_call: 33 FUNCTION_BEGIN(pal_static_call) 34 34 alloc loc0 = ar.pfs, 7, 6, 0, 0 35 35 … … 74 74 mov ar.pfs = loc0 75 75 br.ret.sptk.many rp 76 FUNCTION_END(pal_static_call) 76 77
Note:
See TracChangeset
for help on using the changeset viewer.