Commit c8f9349a authored by Blue Swirl's avatar Blue Swirl
Browse files

Remove memcpy32() prototype leftover from r5109

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5114 c046a42c-6fe2-441c-8c8c-71466251a162
parent ed23fbd9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);