[NTVDM]: Fix informative comment.

svn path=/branches/ntvdm/; revision=60901
This commit is contained in:
Hermès Bélusca-Maïto 2013-11-09 16:19:14 +00:00
parent c6b2a6efc7
commit 53d6212640

View file

@ -2334,8 +2334,9 @@ VOID DosInt21h(LPWORD Stack)
case 0x62:
{
/*
* Identical to the documented AH=62h.
* Undocumented AH=51h is identical to the documented AH=62h.
* See Ralf Brown: http://www.ctyme.com/intr/rb-2982.htm
* and http://www.ctyme.com/intr/rb-3140.htm
* for more information.
*/
setBX(CurrentPsp);