diff --git a/lib/std/builtin/assembly.zig b/lib/std/builtin/assembly.zig index 8c8ddcbf65..1377e654bd 100644 --- a/lib/std/builtin/assembly.zig +++ b/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,