diff --git a/include/asm/fstack.hpp b/include/asm/fstack.hpp index ccb74190..53eba43f 100644 --- a/include/asm/fstack.hpp +++ b/include/asm/fstack.hpp @@ -41,7 +41,7 @@ struct FileStackNode { std::string const &name() const { return data.get(); } FileStackNode(FileStackNodeType type_, Either, std::string> data_) - : type(type_), data(data_){}; + : type(type_), data(data_) {} std::string const &dump(uint32_t curLineNo) const; }; diff --git a/src/link/object.cpp b/src/link/object.cpp index 219624cf..20b4b11b 100644 --- a/src/link/object.cpp +++ b/src/link/object.cpp @@ -107,7 +107,7 @@ static int64_t readLong(FILE *file) { } else { \ tmpVal.push_back(tmpByte); \ } \ - }; \ + } \ } while (0) // Functions to parse object files