cch123 / supermonkey

Patch all Go functions for testing
MIT License
251 stars 17 forks source link

bug: use in Apple M2 pro cause error #23

Closed ronething closed 1 year ago

ronething commented 1 year ago

@cch123

# github.com/cch123/supermonkey/internal/bouk
../../../go/pkg/mod/github.com/cch123/supermonkey@v1.0.1/internal/bouk/replace.go:24:14: undefined: JmpToFunctionValue
uname -a
Darwin Kernel Version 22.3.0: Thu Jan  5 20:50:36 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T6020 arm64

can you help me, thanks.

cch123 commented 1 year ago

You can try goarch=amd64, when running tests

ronething commented 1 year ago

yes, i will close it, thanks.