Add parser for single

This commit is contained in:
lash 2023-04-05 08:14:30 +01:00
parent 54865b5e4d
commit f186424197
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ func parseSingle(op vm.Opcode, arg Arg, w io.Writer) (int, error) {
return rn, err
}
n, err = writeSym(v.Sym, b)
n, err = writeSym(v.One, b)
rn += n
if err != nil {
return rn, err