mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Remove extra ';'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dfa30e1ab2
commit
c6bcf4315c
@ -96,7 +96,7 @@ class DwarfAccelTable {
|
|||||||
TableHeader (uint32_t data_len) :
|
TableHeader (uint32_t data_len) :
|
||||||
magic (MagicHash), version (1), hash_function (eHashFunctionDJB),
|
magic (MagicHash), version (1), hash_function (eHashFunctionDJB),
|
||||||
bucket_count (0), hashes_count (0), header_data_len (data_len)
|
bucket_count (0), hashes_count (0), header_data_len (data_len)
|
||||||
{};
|
{}
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
void print(raw_ostream &O) {
|
void print(raw_ostream &O) {
|
||||||
@ -140,7 +140,7 @@ public:
|
|||||||
AtomType type; // enum AtomType
|
AtomType type; // enum AtomType
|
||||||
uint16_t form; // DWARF DW_FORM_ defines
|
uint16_t form; // DWARF DW_FORM_ defines
|
||||||
|
|
||||||
Atom(AtomType type, uint16_t form) : type(type), form(form) {};
|
Atom(AtomType type, uint16_t form) : type(type), form(form) {}
|
||||||
static const char * AtomTypeString(enum AtomType);
|
static const char * AtomTypeString(enum AtomType);
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
void print(raw_ostream &O) {
|
void print(raw_ostream &O) {
|
||||||
|
Loading…
Reference in New Issue
Block a user