diff options
Diffstat (limited to 'pkg/lang/vm/text/decompiler.go')
| -rw-r--r-- | pkg/lang/vm/text/decompiler.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/lang/vm/text/decompiler.go b/pkg/lang/vm/text/decompiler.go index ed48412..ba08f1c 100644 --- a/pkg/lang/vm/text/decompiler.go +++ b/pkg/lang/vm/text/decompiler.go @@ -78,9 +78,7 @@ func (d *Decompiler) decompileInstruction(bc code.Raw) (string, code.Raw) { code.OpGte, code.OpIndex, code.OpSetAtIndex, - code.OpRet, - code.OpTempArrLen, - code.OpTempArrPush: + code.OpRet: return opString, bc[1:] // Operations that take an int. |
