Skip to content

Commit

Permalink
crypto/bn256/cloudflare: fix noescape-directive (ethereum#29222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumakichi authored and jorgemmsilva committed Jun 17, 2024
1 parent b3678db commit ea5a225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bn256/cloudflare/gfp_decl.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
//nolint:varcheck,unused,deadcode
var hasBMI2 = cpu.X86.HasBMI2

// go:noescape
//go:noescape
func gfpNeg(c, a *gfP)

//go:noescape
Expand Down

0 comments on commit ea5a225

Please sign in to comment.