| author | |
| committer | |
| log | c49f7fbffdc15a67cce4d6f144b0f3488e34a5e3 |
| tree | 6fc69d3ca0b5c729aabcbc0c2a8508a794e45929 |
| parent | 0b00adc6fcfb78991d1873056b447a248a0f702b |
| signature |
It's the oldest model that has an integrated MMU.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -2062,7 +2062,7 @@ pub const Cpu = struct { |
| 2062 | 2062 | .lanai => &lanai.cpu.v11, // clang does not have a generic lanai model. |
| 2063 | 2063 | .loongarch32 => &loongarch.cpu.la32v1_0, |
| 2064 | 2064 | .loongarch64 => &loongarch.cpu.la64v1_0, |
| 2065 | .m68k => &m68k.cpu.M68000, | |
| 2065 | .m68k => &m68k.cpu.M68030, | |
| 2066 | 2066 | .mips => &mips.cpu.mips32r2, |
| 2067 | 2067 | .mipsel => switch (os.tag) { |
| 2068 | 2068 | .psp => &mips.cpu.allegrex, |