| ... | @@ -2035,7 +2035,8 @@ pub const Cpu = struct { | ... | @@ -2035,7 +2035,8 @@ pub const Cpu = struct { |
| 2035 | .lanai => &lanai.cpu.v11, // clang does not have a generic lanai model. | 2035 | .lanai => &lanai.cpu.v11, // clang does not have a generic lanai model. |
| 2036 | .loongarch64 => &loongarch.cpu.la64v1_0, | 2036 | .loongarch64 => &loongarch.cpu.la64v1_0, |
| 2037 | .m68k => &m68k.cpu.M68000, | 2037 | .m68k => &m68k.cpu.M68000, |
| 2038 | .mips, .mipsel => switch (os.tag) { | 2038 | .mips => &mips.cpu.mips32r2, |
| | 2039 | .mipsel => switch (os.tag) { |
| 2039 | .psp => &mips.cpu.allegrex, | 2040 | .psp => &mips.cpu.allegrex, |
| 2040 | else => &mips.cpu.mips32r2, | 2041 | else => &mips.cpu.mips32r2, |
| 2041 | }, | 2042 | }, |