Compare commits

..

2 Commits

Author SHA1 Message Date
Andrea
47ac1aaae5
Merge a26ee4ac33 into 664d7c2d86 2024-04-21 13:49:36 +01:00
Andrea Odetti
a26ee4ac33 linux munmap: fix comment and simplify memory free.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2024-04-21 13:48:38 +01:00

View File

@ -1643,7 +1643,7 @@ static LPBYTE AllocMemImage(void)
{
return baseAddr;
}
// revert to ALIGNED_ALLOC
// revert ot ALIGNED_ALLOC
munmap(baseAddr, num64KPages * _6502_MEM_LEN);
}
}