That one byte is totally important.

This commit is contained in:
gibbed 2013-10-21 00:39:39 -07:00
parent ca208fa60a
commit ea022c8dd3
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ xe_memory_ref xe_memory_create(xe_memory_options_t options) {
INVALID_HANDLE_VALUE, INVALID_HANDLE_VALUE,
NULL, NULL,
PAGE_READWRITE | SEC_RESERVE, PAGE_READWRITE | SEC_RESERVE,
0, 0xFFFFFFFF, // entire 4gb space 1, 0, // entire 4gb space
NULL); NULL);
if (!memory->mapping) { if (!memory->mapping) {
XELOGE("Unable to reserve the 4gb guest address space."); XELOGE("Unable to reserve the 4gb guest address space.");