codegen.c: fix `loopinfo` structure members.
- `pc0`: `next` destination - `pc1`: `redo` destination (renamed from `pc2`) - `pc3`: `break` destination (renamed from `pc3`) old `pc1` was unused so removed.
Showing
Please register or sign in to comment