diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-19 00:05:32 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-19 00:05:32 +0000 |
commit | 68decc7c7f438497fc8f8ef913054df6c1ab5ed6 (patch) | |
tree | 3886790be13a5e81b9b77cdae4636535cdaa6944 | |
parent | dc99065b5f97cc0410f88e3f90c7440531a55f9f (diff) | |
download | qemu-68decc7c7f438497fc8f8ef913054df6c1ab5ed6.zip |
added file
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@35 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ FILES= \ COPYING.LIB dyngen.c ioctls.h ops_template.h syscall_types.h\ Makefile elf.h linux_bin.h segment.h thunk.c\ TODO elfload.c main.c signal.c thunk.h\ -cpu-i386.h gemu.h op-i386.c syscall-i386.h translate-i386.c\ +cpu-i386.h gemu.h op-i386.c opc-i386.h syscall-i386.h translate-i386.c\ dis-asm.h gen-i386.h op-i386.h syscall.c\ dis-buf.c i386-dis.c opreg_template.h syscall_defs.h\ i386.ld ppc.ld exec-i386.h exec-i386.c configure VERSION \ |