Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurobert committed Oct 28, 2019
1 parent bdd20b4 commit d232c57
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
Expand Up @@ -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())
Expand Down

0 comments on commit d232c57

Please sign in to comment.