mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- free everything.
This commit is contained in:
parent
34a1c8e545
commit
bef5b953b2
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ void JitRelease()
|
|||
{
|
||||
asmjit::OSUtils::releaseVirtualMemory(p, 1024 * 1024);
|
||||
}
|
||||
JitFrames.Clear();
|
||||
JitBlocks.Clear();
|
||||
JitBlockPos = 0;
|
||||
JitBlockSize = 0;
|
||||
}
|
||||
|
||||
static TArray<uint16_t> CreateUnwindInfo(asmjit::CCFunc *func)
|
||||
|
|
Loading…
Reference in a new issue