File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -464,13 +464,13 @@ void __msan_warning_with_origin_noreturn(u32 origin) {
464
464
Die ();
465
465
}
466
466
467
- // We duplicate the non _instname function's body because we don't want to
468
- // pollute the stack traces with an additional function call.
469
- //
470
- // We can't use a simple macro wrapper, because the instrumentation pass
471
- // expects function symbols.
472
- // We don't add instname as a parameter everywhere (with a check whether the
473
- // value is null) to avoid polluting the fastpath.
467
+ // We duplicate the non _instname function's body because:
468
+ // - we don't want to pollute the stack traces with an additional function
469
+ // call.
470
+ // - we can't use a simple macro wrapper, because the instrumentation pass
471
+ // expects function symbols.
472
+ // - we don't add instname as a parameter everywhere (with a check whether the
473
+ // value is null) to avoid polluting the fastpath.
474
474
void __msan_warning_instname (char *instname) {
475
475
PRINT_FAULTING_INSTRUCTION (instname);
476
476
GET_CALLER_PC_BP;
You can’t perform that action at this time.
0 commit comments