Prechádzať zdrojové kódy

* fixed low,high for alloc_global_dos which were wrong

peter 27 rokov pred
rodič
commit
adda495d22
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      docs/go32.tex

+ 2 - 2
docs/go32.tex

@@ -1017,8 +1017,8 @@ Parameters:
 \begin{description}
 \item [bytes:\ ] size of requested real mode memory.
 \end{description}
-Return values: The high word of the returned value contains the selector to
-the allocated \dos memory block, the low word the corresponding real mode
+Return values: The low word of the returned value contains the selector to
+the allocated \dos memory block, the high word the corresponding real mode
 segment value. The offset value is always zero.
 This function allocates memory from \dos memory pool, i.e. memory below the 1
 MB boundary that is controlled by \dos. Such memory blocks are typically used