mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
18c5729033
commit
a977c486ba
@ -738,7 +738,7 @@ reference to another object, which must live in memory.</p>
|
||||
A <a href="#t_pointer">pointer</a> to <a href="#t_array">array</a> of
|
||||
four <tt>int</tt> values<br/>
|
||||
A <a href="#t_pointer">pointer</a> to a <a
|
||||
href="#t_function">function</a> that takes an <tt>int</tt>, returning an
|
||||
href="#t_function">function</a> that takes an <tt>int*</tt>, returning an
|
||||
<tt>int</tt>.<br/>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user