Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hpsim.S « sim « hp « ia64 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff16e8a857d1267c4c252b196e44f9d0198d2e41 (plain)
1
2
3
4
5
6
7
8
9
10
#include <asm/asmmacro.h>

/*
 * Simulator system call.
 */
GLOBAL_ENTRY(ia64_ssc)
	mov r15=r36
	break 0x80001
	br.ret.sptk.many rp
END(ia64_ssc)