mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Fix typo.
Thanks to Owen Anderson for noticing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cedb06492
commit
4432a618e5
@ -1168,7 +1168,7 @@ as follows:
|
||||
* ``o``: Mach-O mangling: Private symbols get ``L`` prefix. Other
|
||||
symbols get a ``_`` prefix.
|
||||
* ``c``: COFF prefix: Similar to Mach-O, but stdcall and fastcall
|
||||
functions also get a sufiix based on the frame size.
|
||||
functions also get a suffix based on the frame size.
|
||||
``n<size1>:<size2>:<size3>...``
|
||||
This specifies a set of native integer widths for the target CPU in
|
||||
bits. For example, it might contain ``n32`` for 32-bit PowerPC,
|
||||
|
Loading…
Reference in New Issue
Block a user