We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9643530 + 7045b14 commit 11785ebCopy full SHA for 11785eb
src/ssa.c
@@ -697,7 +697,7 @@ void new_name(block_t *block, var_t **var)
697
var_t *get_stack_top_subscript_var(var_t *var)
698
{
699
if (var->base->rename.stack_idx < 1)
700
- error("Index is less than 1");
+ fatal("Index is less than 1");
701
702
int sub = var->base->rename.stack[var->base->rename.stack_idx - 1];
703
for (int i = 0; i < var->base->subscripts_idx; i++) {
0 commit comments