mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 14:25:47 +00:00
[NTVDM]
We must set the retry flag when repeating a call to GetNextVDMCommand. svn path=/trunk/; revision=67326
This commit is contained in:
parent
cc252d78bd
commit
7edf755f1b
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ Command:
|
|||
CommandInfo.Env = Env = RtlReAllocateHeap(RtlGetProcessHeap(), HEAP_ZERO_MEMORY, Env, EnvSize);
|
||||
|
||||
/* Repeat the request */
|
||||
CommandInfo.VDMState |= VDM_FLAG_RETRY;
|
||||
goto Command;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue