diff options
author | bellard | 2003-03-06 00:26:16 +0100 |
---|---|---|
committer | bellard | 2003-03-06 00:26:16 +0100 |
commit | 1017ebe9cb38ae034b0e7c6c449abe2c9b5284fb (patch) | |
tree | ad8273a15fa7dc53c10d90cfa080c3db0d4fdc56 /Makefile | |
parent | float fixes - added bsr/bsf support (diff) | |
download | qemu-1017ebe9cb38ae034b0e7c6c449abe2c9b5284fb.tar.gz qemu-1017ebe9cb38ae034b0e7c6c449abe2c9b5284fb.tar.xz qemu-1017ebe9cb38ae034b0e7c6c449abe2c9b5284fb.zip |
convert several x86 instructions at the same time
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@24 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ i386.ld ppc.ld\ tests/Makefile\ 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 +tests/test2.c tests/hello.c tests/sha1.c FILE=gemu-$(VERSION) |