mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove stray comma.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107425 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
839348a9f0
commit
eb89c90f0b
@ -64,7 +64,7 @@ namespace COFF {
|
||||
SF_ClassMask = 0x00FF0000,
|
||||
SF_ClassShift = 16,
|
||||
|
||||
SF_WeakReference = 0x01000000,
|
||||
SF_WeakReference = 0x01000000
|
||||
};
|
||||
|
||||
enum symbol_storage_class {
|
||||
|
Loading…
Reference in New Issue
Block a user