mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Added a missing paren.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4186 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b5db4cd5fa
commit
d0e9f0f987
@ -1847,7 +1847,7 @@ extended memory that should be supported. There is no autodetect capability.
|
|||||||
memory and returns a pointer to the page frame. Depending on the hardware
|
memory and returns a pointer to the page frame. Depending on the hardware
|
||||||
and driver, the data is either mapped into the address space or transfered
|
and driver, the data is either mapped into the address space or transfered
|
||||||
into a buffer. If you don't need the actual contents of the page (for example
|
into a buffer. If you don't need the actual contents of the page (for example
|
||||||
because you're going to overwrite it completely, it is better to call
|
because you're going to overwrite it completely), it is better to call
|
||||||
<tt/<ref id="em_use" name="em_use">/ instead. <tt/em_use/ will not transfer the
|
<tt/<ref id="em_use" name="em_use">/ instead. <tt/em_use/ will not transfer the
|
||||||
data if it is possible to avoid that.
|
data if it is possible to avoid that.
|
||||||
<tag/Limits/<itemize>
|
<tag/Limits/<itemize>
|
||||||
|
Loading…
Reference in New Issue
Block a user