diff options
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index 2cd3549a9..bfaa84fd1 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -11021,7 +11021,7 @@ void ir_build_stmt_internal(irProcedure *proc, Ast *node) { } break; default: - GB_PANIC("Invalid inline for type"); + GB_PANIC("Invalid '#unroll for' type"); break; } } |