- fix typo in macro

This commit is contained in:
Magnus Norddahl 2018-11-28 19:59:35 +01:00
parent a5a9ab07af
commit 5ae456d059

View file

@ -596,7 +596,7 @@ void JitRelease()
{
RtlDeleteFunctionTable((PRUNTIME_FUNCTION)p);
}
#else !defined(WIN32)
#elif !defined(WIN32)
for (auto p : JitFrames)
{
__deregister_frame(p);