Fixed jump address calculation

This commit is contained in:
Eduard Urbach 2024-07-26 19:33:51 +02:00
parent de608a74a7
commit 86e7ade051
Signed by: eduard
GPG key ID: 49226B848C78F6C8
3 changed files with 53 additions and 24 deletions

View file

@ -25,6 +25,7 @@ var programs = []struct {
{"nested-calls", "", "", 4},
{"param", "", "", 3},
{"param-multi", "", "", 21},
{"param-order", "", "", 0},
{"reuse", "", "", 3},
{"return", "", "", 6},
{"reassign", "", "", 2},