mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 14:36:12 +00:00
Remove stray comma.
llvm-svn: 107425
This commit is contained in:
parent
769d88aa45
commit
6202aeaec6
@ -64,7 +64,7 @@ namespace COFF {
|
||||
SF_ClassMask = 0x00FF0000,
|
||||
SF_ClassShift = 16,
|
||||
|
||||
SF_WeakReference = 0x01000000,
|
||||
SF_WeakReference = 0x01000000
|
||||
};
|
||||
|
||||
enum symbol_storage_class {
|
||||
|
Loading…
x
Reference in New Issue
Block a user