mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Remove comma from enum list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c4447aa2b
commit
abd19e8b5b
@ -31,7 +31,7 @@ namespace dwarf {
|
|||||||
enum llvm_dwarf_constants {
|
enum llvm_dwarf_constants {
|
||||||
// llvm mock tags
|
// llvm mock tags
|
||||||
DW_TAG_invalid = ~0U, // Tag for invalid results.
|
DW_TAG_invalid = ~0U, // Tag for invalid results.
|
||||||
DW_TAG_anchor = 0, // Tag for descriptor anchors.
|
DW_TAG_anchor = 0 // Tag for descriptor anchors.
|
||||||
};
|
};
|
||||||
|
|
||||||
enum dwarf_constants {
|
enum dwarf_constants {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user