OSDN Git Service

Add x86emu for 64-bit support
authorPaulo Sergio Travaglia <pstglia@gmail.com>
Sun, 18 Oct 2015 23:21:42 +0000 (21:21 -0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 20 Oct 2015 09:02:56 +0000 (17:02 +0800)
commitf61fb756c45cc813876ac26cfa19dd883301a27e
treed170290d810b83c7edcd36531dcff72e6fc5116c
parent234bd9126479c91f0e5ea59ae410306d36c8e5e9
Add x86emu for 64-bit support

The x86emu is required for other architectures and x86_64.
22 files changed:
Android.mk
v86_mem.c [new file with mode: 0644]
v86_x86emu.c [new file with mode: 0644]
v86_x86emu.h [new file with mode: 0644]
x86emu/decode.c [new file with mode: 0644]
x86emu/fpu.c [new file with mode: 0644]
x86emu/ops.c [new file with mode: 0644]
x86emu/ops2.c [new file with mode: 0644]
x86emu/prim_ops.c [new file with mode: 0644]
x86emu/sys.c [new file with mode: 0644]
x86emu/x86emu.h [new file with mode: 0644]
x86emu/x86emu/debug.h [new file with mode: 0644]
x86emu/x86emu/decode.h [new file with mode: 0644]
x86emu/x86emu/fpu.h [new file with mode: 0644]
x86emu/x86emu/fpu_regs.h [new file with mode: 0644]
x86emu/x86emu/ops.h [new file with mode: 0644]
x86emu/x86emu/prim_asm.h [new file with mode: 0644]
x86emu/x86emu/prim_ops.h [new file with mode: 0644]
x86emu/x86emu/prim_x86_gcc.h [new file with mode: 0644]
x86emu/x86emu/regs.h [new file with mode: 0644]
x86emu/x86emu/types.h [new file with mode: 0644]
x86emu/x86emu/x86emui.h [new file with mode: 0644]