Commit c8f9349ad98dbfd20f72d49643dc8a5453ddc11e

Authored by blueswir1
1 parent ed23fbd9

Remove memcpy32() prototype leftover from r5109

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5114 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
target-sparc/exec.h
... ... @@ -30,7 +30,6 @@ int cpu_sparc_handle_mmu_fault(CPUState *env1, target_ulong address, int rw,
30 30 int mmu_idx, int is_softmmu);
31 31 target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);
32 32 void dump_mmu(CPUState *env);
33   -void memcpy32(target_ulong *dst, const target_ulong *src);
34 33  
35 34 /* op_helper.c */
36 35 void do_interrupt(CPUState *env);
... ...