diff options
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r-- | target-sparc/exec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 35f4b5fd19..063e2ee644 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -51,6 +51,8 @@ void cpu_loop_exit(void); void helper_flush(target_ulong addr); void helper_ld_asi(int asi, int size, int sign); void helper_st_asi(int asi, int size); +void helper_ldf_asi(int asi, int size, int rd); +void helper_stf_asi(int asi, int size, int rd); void helper_rett(void); void helper_ldfsr(void); void set_cwp(int new_cwp); |