This commit is contained in:
prod2 2022-01-29 06:17:51 +01:00
parent a13659e44f
commit 6d7337e6f7
1 changed files with 1 additions and 1 deletions

2
vm.nim
View File

@ -86,7 +86,7 @@ proc run*(chunk: Chunk): InterpretResult =
when profileInstructions:
let startTime = getMonoTime()
runtimes[ins].inc
runcounts[ins] += 1f
case ins:
of opPop: