diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-29 17:21:37 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-29 17:21:37 +0000 |
commit | fe2b269a4ff4ed0b06c2dca5083fb2271da1c506 (patch) | |
tree | 5666b6cae67385be8d76cad441e7debee4f6c927 /target-alpha/op_helper.h | |
parent | f18cd2238d39950f8a532cb2a2ee48a453d2e88f (diff) |
target-alpha: misc fixes
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5355 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/op_helper.h')
-rw-r--r-- | target-alpha/op_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/op_helper.h b/target-alpha/op_helper.h index 2afe16fc53..1ef71e98ba 100644 --- a/target-alpha/op_helper.h +++ b/target-alpha/op_helper.h @@ -43,5 +43,4 @@ void helper_mfpr (int iprn); void helper_mtpr (int iprn); void helper_ld_phys_to_virt (void); void helper_st_phys_to_virt (void); -void helper_tb_flush (void); |