Skip to content

Commit

Permalink
Merge pull request #6 from ElrondNetwork/bugfix-export-comment
Browse files Browse the repository at this point in the history
some fixes
  • Loading branch information
sasurobert authored Oct 28, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents cbb37d2 + d232c57 commit 2163606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arwen/elrondei.go
Original file line number Diff line number Diff line change
@@ -672,7 +672,7 @@ func bigIntCmp(context unsafe.Pointer, op1, op2 int32) int32 {
return int32(hostContext.BigCmp(op1, op2))
}

//export returnBigInt
//export bigIntFinish
func bigIntFinish(context unsafe.Pointer, reference int32) {
instCtx := wasmer.IntoInstanceContext(context)
hostContext := getHostContext(instCtx.Data())

0 comments on commit 2163606

Please sign in to comment.