From 6d7337e6f7feddd40c26bd702b483514d4018af6 Mon Sep 17 00:00:00 2001 From: prod2 <95874442+prod2@users.noreply.github.com> Date: Sat, 29 Jan 2022 06:17:51 +0100 Subject: [PATCH] fix typo --- vm.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.nim b/vm.nim index 89c323f..85ebe70 100644 --- a/vm.nim +++ b/vm.nim @@ -86,7 +86,7 @@ proc run*(chunk: Chunk): InterpretResult = when profileInstructions: let startTime = getMonoTime() - runtimes[ins].inc + runcounts[ins] += 1f case ins: of opPop: