diff options
Diffstat (limited to 'src/comp.c')
-rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index e0c332c89e4..b25013d65ad 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1299,7 +1299,7 @@ emit_limple_insn (Lisp_Object insn) else ice ("LIMPLE inconsistent arg1 for op ="); - ICE_IF (!res, "incoherent insn"); + ICE_IF (!res, gcc_jit_context_get_first_error (comp.ctxt)); gcc_jit_block_add_assignment (comp.block, NULL, |