clang: make linter happy

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-27 17:36:25 +05:30
parent 5ec5e6dddc
commit 03ebc6378a
8 changed files with 23 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#include "cpu/thumb/instruction.hh"
#include <catch2/catch_test_macros.hpp>
static constexpr auto TAG = "[thumb][disassembly]";
#define TAG "[thumb][disassembly]"
using namespace matar;
using namespace thumb;
@@ -437,3 +437,5 @@ TEST_CASE("Long Branch with link") {
CHECK(instruction.disassemble() == "BLH 2520");
#endif
}
#undef TAG