Browse Source

Never going to a touch Windows code again

I have no idea if this server gives email notifications for commits but if they do I’m very sorry

Code should compile and link properly on all platforms now

Signed-off-by: Exverge <exverge@exverge.xyz>
remotes/1785372757367212240/tmp_refs/heads/variable-page-size
Exverge 4 weeks ago
parent
commit
375016353a
  1. 2
      src/core/arm/nce/arm_nce.h

2
src/core/arm/nce/arm_nce.h

@ -35,7 +35,7 @@ constexpr pthread_key_t ContextKey = 210;
#elif _WIN32
#define ExceptionLevelChangeSignal 0xE0000001
thread_local bool is_host_fault = false;
inline thread_local bool is_host_fault = false;
static const u32 ContextKey = TlsAlloc();
static const u32 NCEStorage = TlsAlloc();

Loading…
Cancel
Save