mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
That one byte is totally important.
This commit is contained in:
parent
ca208fa60a
commit
ea022c8dd3
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ xe_memory_ref xe_memory_create(xe_memory_options_t options) {
|
|||
INVALID_HANDLE_VALUE,
|
||||
NULL,
|
||||
PAGE_READWRITE | SEC_RESERVE,
|
||||
0, 0xFFFFFFFF, // entire 4gb space
|
||||
1, 0, // entire 4gb space
|
||||
NULL);
|
||||
if (!memory->mapping) {
|
||||
XELOGE("Unable to reserve the 4gb guest address space.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue