mcl sucks
All checks were successful
eden-license / license-header (pull_request) Successful in 24s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-03 19:18:03 +00:00
parent 44a4d8f29a
commit 168f13798b
Signed by: Lizzie
GPG key ID: 00287378CADCAB13

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