stage2: use %type not @type for libc stubs
Missed a couple places last time so just doing the rest.
This commit is contained in:
committed by
Andrew Kelley
parent
4c5f69a065
commit
384ccaa27a
@@ -93,7 +93,7 @@ pub fn main() !void {
|
||||
}
|
||||
switch (symbol.type) {
|
||||
.function => try stdout.print(".type {s}, %function;\n", .{symbol.name}),
|
||||
.object => try stdout.print(".type {s}, @object;\n", .{symbol.name}),
|
||||
.object => try stdout.print(".type {s}, %object;\n", .{symbol.name}),
|
||||
.none => {},
|
||||
}
|
||||
if (symbol.protected)
|
||||
|
||||
Reference in New Issue
Block a user