aboutsummaryrefslogtreecommitdiffstats
path: root/mpfr.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr.c')
-rw-r--r--mpfr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr.c b/mpfr.c
index f581aba8..978fd683 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -1554,9 +1554,9 @@ mpg_interpret(INSTRUCTION **cp)
case Op_assign_exp:
fprintf(stderr, "++ %s: mpg_interpret\n", opcode2str(op));
fflush(stderr);
- // fall thru to break
- default:
break;
+ default:
+ return true; /* unhandled */
}
}