Small fix

This commit is contained in:
momo5502 2019-12-01 00:05:40 +01:00
parent b2546a24e0
commit 68384a94af

View File

@ -17,7 +17,7 @@ DECLSPEC_NORETURN void WINAPI exit_hook(const int code)
void verify_tls()
{
utils::nt::module self;
const utils::nt::module self;
const auto self_tls = reinterpret_cast<PIMAGE_TLS_DIRECTORY>(self.get_ptr() + self
.get_optional_header()
->