authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-15 02:29:52+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-19 19:15:24+01:00
loga2c519ba67c6cf094719b4c58c1e1fb76229b8a9
tree095107fa06c38a08615413c1f38ca1cee97c3e07
parent6657982e5603220669b469e244f5cece91d65727
signaturelock-open Commit is signed but in an unrecognized format.

link: add clarifying comment


1 files changed, 1 insertions(+), 0 deletions(-)

src/link/Dwarf.zig+1
...@@ -3404,6 +3404,7 @@ fn updateType(...@@ -3404,6 +3404,7 @@ fn updateType(
3404 break :cc .normal;3404 break :cc .normal;
3405 }3405 }
3406 }3406 }
3407 // For better or worse, we try to match what Clang emits.
3407 break :cc switch (func_type.cc) {3408 break :cc switch (func_type.cc) {
3408 .@"inline" => unreachable,3409 .@"inline" => unreachable,
3409 .@"async", .auto, .naked => .normal,3410 .@"async", .auto, .naked => .normal,