mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
Remove extra ,.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
800e03f598
commit
a9a4f5eda8
@ -558,7 +558,7 @@ namespace COFF {
|
||||
IMPORT_NAME_NOPREFIX = 2,
|
||||
/// The import name is the public symbol name, but skipping the leading ?,
|
||||
/// @, or optionally _, and truncating at the first @.
|
||||
IMPORT_NAME_UNDECORATE = 3,
|
||||
IMPORT_NAME_UNDECORATE = 3
|
||||
};
|
||||
|
||||
struct ImportHeader {
|
||||
|
Loading…
Reference in New Issue
Block a user