Merge pull request #5271 from JosJuice/allow-aslr

Allow (but don't force) ASLR
This commit is contained in:
shuffle2
2017-06-02 21:53:02 -07:00
committed by GitHub
10 changed files with 28 additions and 108 deletions

View File

@ -46,7 +46,7 @@ VertexLoaderX64::VertexLoaderX64(const TVtxDesc& vtx_desc, const VAT& vtx_att)
if (!IsInitialized())
return;
AllocCodeSpace(4096, false);
AllocCodeSpace(4096);
ClearCodeSpace();
GenerateVertexLoader();
WriteProtect();