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
The https://github.com/johntitor/mach2 crate provides FFI bindings for mach stuff that is not exposed by libc, however it is incomplete, particularly for aarch64 and exception ports (eg JohnTitor/mach2#8), so I added FFI bindings for the things needed by the exception-handler, manually. If JohnTitor/mach2#8 ever gets merged + released we can reduce that and completely remove it by adding the missing task* versions of the exceptoin ports, but it's not critical, it's not like this stuff will ever change.
The text was updated successfully, but these errors were encountered:
The https://github.com/johntitor/mach2 crate provides FFI bindings for mach stuff that is not exposed by
libc
, however it is incomplete, particularly for aarch64 and exception ports (eg JohnTitor/mach2#8), so I added FFI bindings for the things needed by the exception-handler, manually. If JohnTitor/mach2#8 ever gets merged + released we can reduce that and completely remove it by adding the missing task* versions of the exceptoin ports, but it's not critical, it's not like this stuff will ever change.The text was updated successfully, but these errors were encountered: