Skip to content

Commit

Permalink
Remove ALWAYS_INLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka authored Jul 18, 2024
1 parent 8c0bdc2 commit 40acbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@ static const char *RegNumToRegName(int reg) {
}

UNUSED
static ALWAYS_INLINE void DumpSingleReg(ucontext_t *ctx, int RegNum) {
static void DumpSingleReg(ucontext_t *ctx, int RegNum) {
const char *RegName = RegNumToRegName(RegNum);
# if defined(__x86_64__)
Printf("%s%s = 0x%016llx ", internal_strlen(RegName) == 2 ? " " : "",
Expand Down

0 comments on commit 40acbfc

Please sign in to comment.