mcl sucks

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-03 19:18:03 +00:00 committed by crueter
parent aadfd4bcbc
commit 65691376ff
Signed by untrusted user: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -19,7 +19,7 @@
# endif
#endif
#ifdef MCL_ARCHITECTURE_x86_64
#ifdef ARCHITECTURE_x86_64
# ifdef __OpenBSD__
# define CTX_DECLARE(raw_context) ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(raw_context);
# else