aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r--target-sparc/op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c
index 7fa98f16b6..281917a7f1 100644
--- a/target-sparc/op.c
+++ b/target-sparc/op.c
@@ -765,6 +765,7 @@ void OPPROTO op_eval_fbue(void)
{
// 0 or 3
T2 = !(FFLAG_SET(FSR_FCC1) ^ FFLAG_SET(FSR_FCC0));
+ FORCE_RET();
}
void OPPROTO op_eval_fbge(void)