That one byte is totally important.
This commit is contained in:
parent
ca208fa60a
commit
ea022c8dd3
|
@ -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.");
|
||||||
|
|
Loading…
Reference in New Issue