Commit af084e537a

Andrew Kelley <andrew@ziglang.org>
2025-07-16 08:43:34
add lr register to mips
1 parent c2fa961
Changed files (1)
lib
std
builtin
lib/std/builtin/assembly.zig
@@ -2062,6 +2062,8 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) {
         /// addresses other than those derived from input pointer provenance.
         memory: bool = false,
 
+        lr: bool = false,
+
         hi: bool = false,
         lo: bool = false,
         ac0: bool = false,