authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-07-26 05:36:32+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-07-30 01:32:47+02:00
log94a1fd6e8ec37a0a24c1cd720017c6ba8b809012
tree1d8a42bfe6bc3b2e0ecb01a34edb6956a35473dc
parent1f9dcff747d652dae545941524d82bb9313aa38f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

generate_linux_syscalls: Name mips types according to ABI.


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

tools/generate_linux_syscalls.zig+2-2
......@@ -169,7 +169,7 @@ pub fn main() !void {
169169 }
170170 {
171171 try writer.writeAll(
172 \\pub const Mips = enum(usize) {
172 \\pub const MipsO32 = enum(usize) {
173173 \\ const linux_base = 4000;
174174 \\
175175 \\
......@@ -195,7 +195,7 @@ pub fn main() !void {
195195 }
196196 {
197197 try writer.writeAll(
198 \\pub const Mips64 = enum(usize) {
198 \\pub const MipsN64 = enum(usize) {
199199 \\ const linux_base = 5000;
200200 \\
201201 \\