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

📄 jit-md.h

📁 linux下建立JAVA虚拟机的源码KAFFE
💻 H
字号:
/* * arm/linux/jit-md.h * ARM Linux JIT configuration information. * * Copyright (c) 1996, 1997, 1999 *	Transvirtual Technologies, Inc.  All rights reserved. * * See the file "license.terms" for information on usage and redistribution  * of this file.  */#ifndef __arm_riscos_jit_md_h#define __arm_riscos_jit_md_h/**//* Include common information. *//**/#include "arm/jit.h"/**//* Extra exception handling information. *//**/#include <signal.h>/* Allow simply to compile */#define	EXCEPTIONPROTO							\	int sig, void * /*struct sigcontext_struct*/ ctx/* Do nothing for now */#define EXCEPTIONFRAME(f, c)

⌨️ 快捷键说明

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