Skip to content

Commit

Permalink
small fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dodobyte committed Sep 2, 2017
1 parent 6670456 commit 8b79381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.go
Expand Up @@ -167,7 +167,7 @@ func genProc(name, part string) {
} else {
if nlocal > 0 {
out("bb", 0x81, 0xC4)
out("u", scopes[name].nlocal*4)
out("u", nlocal*4)
}
out("b", 0xC3)
}
Expand Down

0 comments on commit 8b79381

Please sign in to comment.