| author | |
| committer | |
| log | 7dddcd043f23fe05f3333ec10a5592f385a46e49 |
| tree | 8cf50a8d6d29fad04df833bea711d11efcc903ec |
| parent | 1e26d885d31d34a00949f28250d6c482e9b38f57 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/builtin/assembly.zig+2| ... | @@ -555,6 +555,8 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { | ... | @@ -555,6 +555,8 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { |
| 555 | r13: bool = false, | 555 | r13: bool = false, |
| 556 | r14: bool = false, | 556 | r14: bool = false, |
| 557 | 557 | ||
| 558 | lr: bool = false, | ||
| 559 | sp: bool = false, | ||
| 558 | fpscr: bool = false, | 560 | fpscr: bool = false, |
| 559 | vpr: bool = false, | 561 | vpr: bool = false, |
| 560 | 562 |