Fix compilation after merge

This commit is contained in:
momo5502
2025-01-05 14:58:30 +01:00
parent f75f95cc61
commit f08a97eae6
3 changed files with 7 additions and 5 deletions

View File

@@ -841,7 +841,7 @@ struct THREAD_TLS_INFO
union
{
EmulatorTraits<Emu64>::PVOID* TlsVector;
PVOID TlsModulePointer;
EmulatorTraits<Emu64>::PVOID TlsModulePointer;
};
EMULATOR_CAST(std::uint64_t, ULONG_PTR) ThreadId;