diff options
| author | bellard | 2003-07-01 01:36:57 +0200 |
|---|---|---|
| committer | bellard | 2003-07-01 01:36:57 +0200 |
| commit | e477b8b81ba5212747799ce71858e2b110fc6ae5 (patch) | |
| tree | b25d335ce7fa2dd3fc67dc858023e94a9ea309db /Makefile | |
| parent | added PIC debug (diff) | |
| download | qemu-e477b8b81ba5212747799ce71858e2b110fc6ae5.tar.gz qemu-e477b8b81ba5212747799ce71858e2b110fc6ae5.tar.xz qemu-e477b8b81ba5212747799ce71858e2b110fc6ae5.zip | |
correct eflags evaluation order for all operations - fixed important CPU state restoring bug in some exception cases - disabled unsafe inc flags optimisation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@303 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ op-$(TARGET_ARCH).o: op-$(TARGET_ARCH).c helper-$(TARGET_ARCH).o: helper-$(TARGET_ARCH).c $(CC) $(HELPER_CFLAGS) $(DEFINES) -c -o $@ $< -op-i386.o: op-i386.c opreg_template.h ops_template.h +op-i386.o: op-i386.c opreg_template.h ops_template.h ops_template_mem.h op-arm.o: op-arm.c op-arm-template.h |
