aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/exec.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-04-25 17:56:08 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-04-25 17:56:08 +0000
commit658138bcbcde308472bc6980957b6b9dbd9348f3 (patch)
tree7e11021fa3b9f8f4477604b90598146bce7ea7ce /target-sparc/exec.h
parent1190935d98ec8a8e2e2438858bee8bd5e49ee324 (diff)
flush insn support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@743 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r--target-sparc/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h
index 72e4588f6..6b49ca79a 100644
--- a/target-sparc/exec.h
+++ b/target-sparc/exec.h
@@ -13,4 +13,5 @@ register uint32_t T2 asm(AREG3);
void cpu_lock(void);
void cpu_unlock(void);
void cpu_loop_exit(void);
+void helper_flush(target_ulong addr);
#endif