diff --git a/lib/std/start.zig b/lib/std/start.zig index 6021da10325aa38a6be00d59ecc1d58634deba77..f477b9b5fa53788533b1e668f795b45c804fac77 100644 --- a/lib/std/start.zig +++ b/lib/std/start.zig @@ -332,7 +332,7 @@ fn _start() callconv(.naked) noreturn { \\ li ra, 0 \\ mv a0, sp \\ andi sp, sp, -16 - \\ tail %[posixCallMainAndExit]@plt + \\ tail %[posixCallMainAndExit] , .m68k => // Note that the - 8 is needed because pc in the jsr instruction points into the middle