Skip to content

Commit e244b02

Browse files
committed
Fix rename
1 parent 069356d commit e244b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/msan/msan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ MSAN_MAYBE_WARNING_INSTNAME(u64, 8, instname)
389389
void __msan_maybe_warning_##size(type s, u32 o) { \
390390
GET_CALLER_PC_BP; \
391391
if (UNLIKELY(s)) { \
392-
CANNOT_PRINT_FAULTING_INSTRUCTION; \
392+
WARN_IF_PRINT_FAULTING_INSTRUCTION_REQUESTED; \
393393
PrintWarningWithOrigin(pc, bp, o); \
394394
if (__msan::flags()->halt_on_error) { \
395395
Printf("Exiting\n"); \

0 commit comments

Comments
 (0)