Skip to content

Commit e1c02b8

Browse files
committed
Move the clang-format off to the top of the defines
1 parent 1292a0d commit e1c02b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ static uint32_t g_d29_invalidates[] = {fpu_v29, fpu_s29, LLDB_INVALID_REGNUM};
456456
static uint32_t g_d30_invalidates[] = {fpu_v30, fpu_s30, LLDB_INVALID_REGNUM};
457457
static uint32_t g_d31_invalidates[] = {fpu_v31, fpu_s31, LLDB_INVALID_REGNUM};
458458

459+
// clang-format off
459460
// Generates register kinds array with DWARF, EH frame and generic kind
460461
#define MISC_KIND(reg, type, generic_kind) \
461462
{ \
@@ -489,8 +490,6 @@ static uint32_t g_d31_invalidates[] = {fpu_v31, fpu_s31, LLDB_INVALID_REGNUM};
489490
#define MISC_FPU_KIND(lldb_kind) LLDB_KIND(lldb_kind)
490491
#define MISC_EXC_KIND(lldb_kind) LLDB_KIND(lldb_kind)
491492

492-
// clang-format off
493-
494493
// Defines a 64-bit general purpose register
495494
#define DEFINE_GPR64(reg, generic_kind) \
496495
{ \

0 commit comments

Comments
 (0)