Skip to content

Commit 0d3d3ed

Browse files
committed
move opc to tim lib
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent c551ea3 commit 0d3d3ed

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vancode/interpreter/vm.nim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,6 @@ proc interpret*(vm: Vm, script: Script, startChunk: Chunk,
802802
restoreFrame()
803803
when defined(hayaVmWriteStackOps):
804804
display(span("return:", fgGreen), span("void", fgCyan))
805-
of opcViewLoader:
806-
result.add(staticString.get())
807805
of opcHalt:
808806
if stack.len > 0:
809807
echo "Warning: stack not empty at halt, contains ", stack.len, " items."

0 commit comments

Comments
 (0)