diff options
Diffstat (limited to 'lib/std/builtin')
| -rw-r--r-- | lib/std/builtin/assembly.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/std/builtin/assembly.zig b/lib/std/builtin/assembly.zig index ba0f7ceb4e..773b8e587a 100644 --- a/lib/std/builtin/assembly.zig +++ b/lib/std/builtin/assembly.zig @@ -779,7 +779,7 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { lr: bool = false, sr: bool = false, }, - .xtensa => packed struct { + .xtensa, .xtensaeb => packed struct { /// Whether the inline assembly code may perform stores to memory /// addresses other than those derived from input pointer provenance. memory: bool = false, @@ -1591,7 +1591,7 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { vr30: bool = false, vr31: bool = false, }, - .arc => packed struct { + .arc, .arceb => packed struct { /// Whether the inline assembly code may perform stores to memory /// addresses other than those derived from input pointer provenance. memory: bool = false, |
