diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-25 17:56:08 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-25 17:56:08 +0000 |
commit | 658138bcbcde308472bc6980957b6b9dbd9348f3 (patch) | |
tree | 7e11021fa3b9f8f4477604b90598146bce7ea7ce /target-sparc/op.c | |
parent | 1190935d98ec8a8e2e2438858bee8bd5e49ee324 (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/op.c')
-rw-r--r-- | target-sparc/op.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index 1ce3f95094..946c11ec4c 100644 --- a/target-sparc/op.c +++ b/target-sparc/op.c @@ -683,3 +683,7 @@ void OPPROTO op_generic_branch(void) FORCE_RET(); } +void OPPROTO op_flush_T0(void) +{ + helper_flush(T0); +} |