⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 raw_syscall.c

📁 xen虚拟机源代码安装包
💻 C
字号:
#include "syscall.h"#if defined(__ia64__)/* based on code from glibc by Jes Sorensen */__asm__(".text\n"	".globl	__ia64_aio_raw_syscall\n"	".proc	__ia64_aio_raw_syscall\n"	"__ia64_aio_raw_syscall:\n"	"alloc r2=ar.pfs,1,0,8,0\n"	"mov r15=r32\n"	"break 0x100000\n"	";;"	"br.ret.sptk.few b0\n"	".size __ia64_aio_raw_syscall, . - __ia64_aio_raw_syscall\n"	".endp __ia64_aio_raw_syscall");#endif;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -