forked from Consensys/gnark-crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permit code to be compiled as a plugin with Go 1.17.x
In Go version 1.17.x, `R15` is reserved for the GOT (see golang/go#48468) when the code is built as a plugin, and code that uses `R15` will fail to build. This PR changes the designation of registers to fix the compilation errors. Signed-off-by: Alessandro Sorniotti <aso@zurich.ibm.com>
- Loading branch information
Showing
1 changed file
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters