mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Untabify.
Copied from Perforce Change: 181720 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
f72f7181f7
commit
c686505ffe
1 changed files with 5 additions and 5 deletions
|
|
@ -149,11 +149,11 @@ Res VMCreate(VM *vmReturn, Size size, void *params)
|
|||
|
||||
/* Allocate the address space. */
|
||||
vbase = VirtualAlloc(NULL,
|
||||
size,
|
||||
vmParams->topDown ?
|
||||
MEM_RESERVE | MEM_TOP_DOWN :
|
||||
MEM_RESERVE,
|
||||
PAGE_NOACCESS);
|
||||
size,
|
||||
vmParams->topDown ?
|
||||
MEM_RESERVE | MEM_TOP_DOWN :
|
||||
MEM_RESERVE,
|
||||
PAGE_NOACCESS);
|
||||
if (vbase == NULL) {
|
||||
res = ResRESOURCE;
|
||||
goto failReserve;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue