/[dynamips]/upstream/dynamips-0.2.7-RC3/mips64_nojit_trans.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/dynamips-0.2.7-RC3/mips64_nojit_trans.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations)
Sat Oct 6 16:26:06 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 696 byte(s)
dynamips-0.2.7-RC3

1 /*
2 * Cisco router simulation platform.
3 * Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
4 *
5 * Just an empty JIT template file for architectures not supported by the JIT
6 * code.
7 */
8
9 #ifndef __MIPS64_NOJIT_TRANS_H__
10 #define __MIPS64_NOJIT_TRANS_H__
11
12 #include "utils.h"
13 #include "cpu.h"
14 #include "dynamips.h"
15
16 #define JIT_SUPPORT 0
17
18 #define mips64_jit_tcb_set_patch(a,b)
19 #define mips64_jit_tcb_set_jump(a,b)
20
21 /* MIPS instruction array */
22 extern struct mips64_insn_tag mips64_insn_tags[];
23
24 /* Push epilog for an x86 instruction block */
25 void mips64_jit_tcb_push_epilog(mips64_jit_tcb_t *block);
26
27 /* Execute JIT code */
28 void mips64_jit_tcb_exec(cpu_mips_t *cpu,mips64_jit_tcb_t *block);
29
30 #endif

  ViewVC Help
Powered by ViewVC 1.1.26