diff options
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r-- | target-sparc/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 72e4588f69..6b49ca79af 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 |