mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Fixed minor typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e509dd5e8
commit
6e4ca61438
@ -1283,8 +1283,8 @@ Instruction</a> </div>
|
||||
<p>The '<tt>malloc</tt>' instruction allocates memory from the system
|
||||
heap and returns a pointer to it.</p>
|
||||
<h5>Arguments:</h5>
|
||||
<p>The the '<tt>malloc</tt>' instruction allocates <tt>sizeof(<type>)*NumElements</tt>
|
||||
bytes of memory from the operating system, and returns a pointer of the
|
||||
<p>The '<tt>malloc</tt>' instruction allocates <tt>sizeof(<type>)*NumElements</tt>
|
||||
bytes of memory from the operating system and returns a pointer of the
|
||||
appropriate type to the program. The second form of the instruction is
|
||||
a shorter version of the first instruction that defaults to allocating
|
||||
one element.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user