diff options
| author | blueswir1 | 2008-08-30 11:22:10 +0200 |
|---|---|---|
| committer | blueswir1 | 2008-08-30 11:22:10 +0200 |
| commit | c8f9349ad98dbfd20f72d49643dc8a5453ddc11e (patch) | |
| tree | aea75b5a47856033b8da80784104b77779a2b781 | |
| parent | Add correct stack bias if a 64 bit stack is used (diff) | |
| download | qemu-c8f9349ad98dbfd20f72d49643dc8a5453ddc11e.tar.gz qemu-c8f9349ad98dbfd20f72d49643dc8a5453ddc11e.tar.xz qemu-c8f9349ad98dbfd20f72d49643dc8a5453ddc11e.zip | |
Remove memcpy32() prototype leftover from r5109
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5114 c046a42c-6fe2-441c-8c8c-71466251a162
| -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); |
