diff options
Diffstat (limited to 'pkg/lang/vm/text/decompiler.go')
| -rw-r--r-- | pkg/lang/vm/text/decompiler.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/lang/vm/text/decompiler.go b/pkg/lang/vm/text/decompiler.go index 8a85d49..df9e1ed 100644 --- a/pkg/lang/vm/text/decompiler.go +++ b/pkg/lang/vm/text/decompiler.go @@ -67,6 +67,7 @@ func (d *Decompiler) decompileInstruction(bc code.Raw) (string, code.Raw) { code.OpLte, code.OpGte, code.OpIndex, + code.OpSetAtIndex, code.OpRet, code.OpTempArrLen, code.OpTempArrPush: |
