Commit 2a628a7
fix infinite recursion when no stack offset present in variable introduction
this also fixes how we handle a stack variable introduction without
an offset. Before we would issue a warning, then raise the non-positive
error. This switches it to raising an error if the offset is not there,
and also issue an error if the values is non-positive1 parent b29f97e commit 2a628a7
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
533 | | - | |
534 | | - | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
535 | 536 | | |
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
539 | 540 | | |
540 | | - | |
| 541 | + | |
541 | 542 | | |
542 | 543 | | |
543 | 544 | | |
| |||
0 commit comments