diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim index 4dcd01458b..44b10ea679 100644 --- a/compiler/vmgen.nim +++ b/compiler/vmgen.nim @@ -99,7 +99,7 @@ proc codeListing(c: PCtx, result: var string, start=0; last = -1) = inc i else: result.addf("\t$#\tr$#, $#", opc.toStr, x.regA, x.regBx-wordExcess) - result.add("\t#") + result.add("\t# ") result.add(debugInfo(c, c.debug[i])) result.add("\n") inc i