mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Fix comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6c39412dd
commit
b9b1e307f2
@ -66,10 +66,10 @@ public:
|
|||||||
/// S_SYMBOL_STUBS - Section with symbol stubs, byte size of stub in
|
/// S_SYMBOL_STUBS - Section with symbol stubs, byte size of stub in
|
||||||
/// the Reserved2 field.
|
/// the Reserved2 field.
|
||||||
S_SYMBOL_STUBS = 0x08U,
|
S_SYMBOL_STUBS = 0x08U,
|
||||||
/// S_SYMBOL_STUBS - Section with only function pointers for
|
/// S_MOD_INIT_FUNC_POINTERS - Section with only function pointers for
|
||||||
/// initialization.
|
/// initialization.
|
||||||
S_MOD_INIT_FUNC_POINTERS = 0x09U,
|
S_MOD_INIT_FUNC_POINTERS = 0x09U,
|
||||||
/// S_MOD_INIT_FUNC_POINTERS - Section with only function pointers for
|
/// S_MOD_TERM_FUNC_POINTERS - Section with only function pointers for
|
||||||
/// termination.
|
/// termination.
|
||||||
S_MOD_TERM_FUNC_POINTERS = 0x0AU,
|
S_MOD_TERM_FUNC_POINTERS = 0x0AU,
|
||||||
/// S_COALESCED - Section contains symbols that are to be coalesced.
|
/// S_COALESCED - Section contains symbols that are to be coalesced.
|
||||||
|
Loading…
Reference in New Issue
Block a user