diff options
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); +} |