diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-13 09:55:49 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-13 09:55:49 +0000 |
commit | 6eea2b1b81a878b471d597f7fac8598240088898 (patch) | |
tree | e79ef360e5348f905fd09a67d5ba2f1e05a31ce1 /target-sparc | |
parent | ae200d10628b471ff26c34aa3983205b3ec8c7e7 (diff) |
add missing FORCE_RET (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1329 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/op.c | 1 |
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) |