mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
- fix typo in macro
This commit is contained in:
parent
00fed23e5f
commit
29e051a36a
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ void JitRelease()
|
|||
{
|
||||
RtlDeleteFunctionTable((PRUNTIME_FUNCTION)p);
|
||||
}
|
||||
#else !defined(WIN32)
|
||||
#elif !defined(WIN32)
|
||||
for (auto p : JitFrames)
|
||||
{
|
||||
__deregister_frame(p);
|
||||
|
|
Loading…
Reference in a new issue