mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fix typo in macro
This commit is contained in:
parent
a5a9ab07af
commit
5ae456d059
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