diff --git a/src/spesh/inline.c b/src/spesh/inline.c index 1a9f335492..94adf0b5eb 100644 --- a/src/spesh/inline.c +++ b/src/spesh/inline.c @@ -654,7 +654,8 @@ static void rewrite_args(MVMThreadContext *tc, MVMSpeshGraph *inliner, break; default: MVM_exception_throw_adhoc(tc, - "Spesh inline: unhandled arg instruction"); + "Spesh inline: unhandled arg instruction %d", + arg_ins->info->opcode); } break; }