diff options
author | Laurent Vivier <laurent@vivier.eu> | 2016-01-17 19:03:23 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2016-10-25 20:54:47 +0200 |
commit | 91f90d7191f862ab27528dbdf76cee55c77f79cf (patch) | |
tree | 4474d43d7b0f42c7f6388e3f5399f50fd3040fb5 /target-m68k/cpu.h | |
parent | 7c0eb318bdcc3667a861e7b0f140df0b6d9895e2 (diff) | |
download | qemu-91f90d7191f862ab27528dbdf76cee55c77f79cf.zip qemu-91f90d7191f862ab27528dbdf76cee55c77f79cf.tar.gz qemu-91f90d7191f862ab27528dbdf76cee55c77f79cf.tar.bz2 |
target-m68k: don't update cc_dest in helpers
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r-- | target-m68k/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index f055ef6..72a939e 100644 --- a/target-m68k/cpu.h +++ b/target-m68k/cpu.h @@ -158,7 +158,6 @@ M68kCPU *cpu_m68k_init(const char *cpu_model); is returned if the signal was handled by the virtual CPU. */ int cpu_m68k_signal_handler(int host_signum, void *pinfo, void *puc); -void cpu_m68k_flush_flags(CPUM68KState *, int); /* Instead of computing the condition codes after each m68k instruction, |