link: add clarifying comment

This commit is contained in:
mlugg
2024-10-15 02:29:52 +01:00
parent 6657982e56
commit a2c519ba67

View File

@@ -3404,6 +3404,7 @@ fn updateType(
break :cc .normal;
}
}
// For better or worse, we try to match what Clang emits.
break :cc switch (func_type.cc) {
.@"inline" => unreachable,
.@"async", .auto, .naked => .normal,