Fix IA64 patch so it doesn't break !ia64 machines
The conditional section was slightly too long, resulting in the final "return p" being #ifdef'd out on all non-ia64 architectures. This led to ReserveProcessExecutableMemory() returning an undefined value, which it appears was often NULL in practice. Closes: #902961
Loading
Please register or sign in to comment