diff options
Diffstat (limited to 'target-m68k/exec.h')
-rw-r--r-- | target-m68k/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-m68k/exec.h b/target-m68k/exec.h index b9e13ef04f..12694453a0 100644 --- a/target-m68k/exec.h +++ b/target-m68k/exec.h @@ -45,8 +45,6 @@ int cpu_m68k_handle_mmu_fault (CPUState *env, target_ulong address, int rw, #endif void cpu_m68k_flush_flags(CPUM68KState *env, int cc_op); -float64 helper_sub_cmpf64(CPUM68KState *env, float64 src0, float64 src1); -void helper_movec(CPUM68KState *env, int reg, uint32_t val); void cpu_loop_exit(void); |