diff options
author | bellard | 2003-03-04 02:14:13 +0100 |
---|---|---|
committer | bellard | 2003-03-04 02:14:13 +0100 |
commit | d57c4e01206ebc8b21702c243e7a19638f783b43 (patch) | |
tree | 6dff6ab33996f766a8917835fed0c4f57d98da02 /Makefile | |
parent | many fixes (diff) | |
download | qemu-d57c4e01206ebc8b21702c243e7a19638f783b43.tar.gz qemu-d57c4e01206ebc8b21702c243e7a19638f783b43.tar.xz qemu-d57c4e01206ebc8b21702c243e7a19638f783b43.zip |
added shiftd support - improved auto test
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@20 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ 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\ tests/test-i386.c tests/test-i386-shift.h tests/test-i386.h\ +tests/test-i386-muldiv.h\ tests/test2.c tests/hello.c tests/sha1.c tests/test1.c FILE=gemu-$(VERSION) |