mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Restore comment
This commit is contained in:
parent
c0e577c4dc
commit
23788b04c6
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ static u8* add_jit_memory(usz size, usz align)
|
|||
if (olda != newa) [[unlikely]]
|
||||
{
|
||||
#ifndef CAN_OVERCOMMIT
|
||||
// Commit more memory.
|
||||
utils::memory_commit(pointer + olda, newa - olda, Prot);
|
||||
#endif
|
||||
// Acknowledge committed memory
|
||||
|
|
Loading…
Add table
Reference in a new issue