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

📄 mips64_nojit_trans.h

📁 思科路由器仿真器,用来仿7200系列得,可以在电脑上模拟路由器
💻 H
字号:
/* * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Just an empty JIT template file for architectures not supported by the JIT * code. */#ifndef __MIPS64_NOJIT_TRANS_H__#define __MIPS64_NOJIT_TRANS_H__#include "utils.h"#include "cpu.h"#include "dynamips.h"#define JIT_SUPPORT 0#define mips64_jit_tcb_set_patch(a,b)#define mips64_jit_tcb_set_jump(a,b)/* MIPS instruction array */extern struct mips64_insn_tag mips64_insn_tags[];/* Push epilog for an x86 instruction block */void mips64_jit_tcb_push_epilog(mips64_jit_tcb_t *block);/* Execute JIT code */void mips64_jit_tcb_exec(cpu_mips_t *cpu,mips64_jit_tcb_t *block);#endif

⌨️ 快捷键说明

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