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: 44b4d53e1689cee99eee576daad6abaf5ef5dd1e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#include <asm/asmmacro.h>

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