You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running `` on Mac M1, it crashed with the same error msg described here.
According to the issue it should be fixed in this commit.
Yet in opML we used a fork https://github.com/geohot/unicorn which doesn't include that fix, and updating the submodule itself doesn't simply fix it, since the Unicorn API version is different:
Different API version between core & binding (UC_ERR_VERSION)
In conclusion, I assume we'd better to adopt the upstream Unicorn version instead of the fork?
The text was updated successfully, but these errors were encountered:
When running `` on Mac M1, it crashed with the same error msg described here.
According to the issue it should be fixed in this commit.
Yet in opML we used a fork https://github.com/geohot/unicorn which doesn't include that fix, and updating the submodule itself doesn't simply fix it, since the Unicorn API version is different:
In conclusion, I assume we'd better to adopt the upstream Unicorn version instead of the fork?
The text was updated successfully, but these errors were encountered: