Skip to content

Commit

Permalink
attempt to fix nim devel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jun 5, 2023
1 parent b17e2e3 commit b71a163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blscurve/bls_batch_verifier.nim
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ when compileOption("threads"):
proc reducePartialPairings(
tp: Taskpool,
contexts: ptr UncheckedArray[ContextMultiAggregateVerify[DST]],
start, stopEx: int): bool =
start, stopEx: int): bool {.gcsafe.} =
## Parallel logarithmic reduction of partial pairings
## start->stopEx describes an exclusive range
## of contexts to reduce.
Expand Down

0 comments on commit b71a163

Please sign in to comment.