Skip to content

Commit

Permalink
Update tvmmisc.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Jun 6, 2024
1 parent fd849df commit ed2e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vm/tvmmisc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ block: # bug #8007
block: # bug #14340
block:
proc opl3EnvelopeCalcSin0() = discard
type EnvelopeSinfunc = proc()
type EnvelopeSinfunc = proc() {.nimcall.} # todo: fixme
# const EnvelopeCalcSin0 = opl3EnvelopeCalcSin0 # ok
const EnvelopeCalcSin0: EnvelopeSinfunc = opl3EnvelopeCalcSin0 # was bug
const envelopeSin = [EnvelopeCalcSin0]
Expand Down

0 comments on commit ed2e79d

Please sign in to comment.