about summary refs log tree commit diff
path: root/pkg/lang/vm/text/decompiler.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/lang/vm/text/decompiler.go')
-rw-r--r--pkg/lang/vm/text/decompiler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/lang/vm/text/decompiler.go b/pkg/lang/vm/text/decompiler.go
index c8922ec..bef066b 100644
--- a/pkg/lang/vm/text/decompiler.go
+++ b/pkg/lang/vm/text/decompiler.go
@@ -61,6 +61,7 @@ func (d *Decompiler) decompileInstruction(bc code.Raw) (string, code.Raw) {
 		code.OpSub,
 		code.OpMod,
 		code.OpIndex,
+		code.OpLt,
 		code.OpLte,
 		code.OpRet,
 		code.OpTempArrLen,