| author | |
| committer | |
| log | af084e537adbf571d3d1f69ef5ee3de7abd27ccd |
| tree | 084fee5cc721abdc9313c1c36c341478f36c5a44 |
| parent | c2fa961b63cc32d9cecb8f33db465667c093f961 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/builtin/assembly.zig+2| ... | ... | @@ -2062,6 +2062,8 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { |
| 2062 | 2062 | /// addresses other than those derived from input pointer provenance. |
| 2063 | 2063 | memory: bool = false, |
| 2064 | 2064 | |
| 2065 | lr: bool = false, | |
| 2066 | ||
| 2065 | 2067 | hi: bool = false, |
| 2066 | 2068 | lo: bool = false, |
| 2067 | 2069 | ac0: bool = false, |