mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
typo
This commit is contained in:
parent
d52eb37b14
commit
b03baf5afd
@ -220,8 +220,7 @@ mmap_alloc(size_t size, bool allow_exec) {
|
|||||||
allow_exec ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE);
|
allow_exec ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE);
|
||||||
if (ptr == (void *)NULL) {
|
if (ptr == (void *)NULL) {
|
||||||
DWORD err = GetLastError();
|
DWORD err = GetLastError();
|
||||||
cerr << "Couldn't allocate memory page of size " << needed_size
|
cerr << "Couldn't allocate memory page of size " << size << ": ";
|
||||||
<< ": ";
|
|
||||||
|
|
||||||
PVOID buffer;
|
PVOID buffer;
|
||||||
DWORD length =
|
DWORD length =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user