Skip to content

Commit e469201

Browse files
committed
[PR] fmayer - remove confusing comment
1 parent 85d46be commit e469201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/rtsan/rtsan_flags.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void __rtsan::InitializeFlags() {
3535
{
3636
CommonFlags cf;
3737
cf.CopyFrom(*common_flags());
38-
cf.exitcode = 43; // (TR-)808 % 255 = 43
38+
cf.exitcode = 43;
3939
cf.external_symbolizer_path = GetEnv("RTSAN_SYMBOLIZER_PATH");
4040
OverrideCommonFlags(cf);
4141
}

0 commit comments

Comments
 (0)