diff options
-rw-r--r-- | target-sparc/exec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index f53cd69829..dbfcc35147 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -30,7 +30,6 @@ int cpu_sparc_handle_mmu_fault(CPUState *env1, target_ulong address, int rw, int mmu_idx, int is_softmmu); target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev); void dump_mmu(CPUState *env); -void memcpy32(target_ulong *dst, const target_ulong *src); /* op_helper.c */ void do_interrupt(CPUState *env); |