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 3ffcba17..6959e4cd 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -1757,7 +1757,7 @@ mod:
default:
if (do_itrace) {
- fprintf(stderr, "unhandled\n", opcode2str(op));
+ fprintf(stderr, "unhandled\n");
fflush(stderr);
}
return true; /* unhandled */
@@ -1765,7 +1765,7 @@ mod:
*cp = pc->nexti; /* next instruction to execute */
if (do_itrace) {
- fprintf(stderr, "handled\n", opcode2str(op));
+ fprintf(stderr, "handled\n");
fflush(stderr);
}
return false;