Skip to content

Commit

Permalink
unmappinged everything
Browse files Browse the repository at this point in the history
  • Loading branch information
RSDuck committed Nov 22, 2024
1 parent e3fa6f4 commit 6a15dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ARMJIT_Memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ ARMJIT_Memory::~ARMJIT_Memory() noexcept
MemoryBase = nullptr;
FastMem9Start = nullptr;
FastMem7Start = nullptr;
printf("unmappinged everything\n");
}

if (MemoryFile)
Expand Down Expand Up @@ -979,6 +978,8 @@ ARMJIT_Memory::~ARMJIT_Memory() noexcept
MemoryFile = -1;
}

Log(LogLevel::Info, "unmappinged everything\n");

#if defined(__ANDROID__)
if (Libandroid)
{
Expand Down

0 comments on commit 6a15dbf

Please sign in to comment.