diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-21 19:10:53 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-21 19:10:53 +0000 |
commit | 81ad8ba242815e27f990e18778c7cdca2e7e7522 (patch) | |
tree | 40a4c750eb33901b9eee8fc53459ae0e88c32a66 /target-sparc/exec.h | |
parent | 43febf49523552ca678eacc2677d3bac58cda4c0 (diff) |
Rework ASI instructions (Aurelien Jarno)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3205 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r-- | target-sparc/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 0305a0498f..35f4b5fd19 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -50,7 +50,7 @@ void cpu_unlock(void); 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, int sign); +void helper_st_asi(int asi, int size); void helper_rett(void); void helper_ldfsr(void); void set_cwp(int new_cwp); |