[nce] more annoying syscalls and stuff
All checks were successful
eden-license / license-header (pull_request) Successful in 33s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-08-30 20:54:44 +00:00
parent 0c2cb4622c
commit 5d4a809210
Signed by: Lizzie
GPG key ID: 00287378CADCAB13
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
#include <signal.h>
#include <sys/syscall.h>
#include <unistd.h>
#include <pthread.h>
namespace Core {

View file

@ -95,7 +95,7 @@
#ifdef __APPLE__
inline _STRUCT_ARM_NEON_STATE64* GetFloatingPointState(mcontext_t& host_ctx) {
return &(host_ctx.__ns);
return &(host_ctx->__ns);
}
#else
inline fpsimd_context* GetFloatingPointState(mcontext_t& host_ctx) {