https://github.com/torvalds/linux
Raw File
Tip revision: 0215ffb08ce99e2bb59eca114a99499a4d06e704 authored by Linus Torvalds on 29 November 2006, 21:57:37 UTC
Linux 2.6.19
Tip revision: 0215ffb
hpsim.S
#include <asm/asmmacro.h>

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