mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
Minor bug fix (#9430)
This commit is contained in:
@@ -145,7 +145,7 @@ else:
|
||||
else:
|
||||
dec gTicker
|
||||
|
||||
proc hook(st: StackTrace) {.nimcall locks: 0.} =
|
||||
proc hook(st: StackTrace) {.nimcall, locks: 0.} =
|
||||
#echo "profiling! ", interval
|
||||
if interval == 0:
|
||||
hookAux(st, 1)
|
||||
|
||||
Reference in New Issue
Block a user