| author | |
| committer | |
| log | 09e4035e79caea3174bb3f60ba005fe5838d82e5 |
| tree | aeae5b9f3a119b277c8cf7f0b6c200ebd087426c |
| parent | 40132af3ad8e3c3eb74be935393a4c45830c3861 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/llvm.zig+1-1| ... | ... | @@ -11735,7 +11735,7 @@ pub const FuncGen = struct { |
| 11735 | 11735 | \\ rolq $$61, %rdi ; rolq $$51, %rdi |
| 11736 | 11736 | \\ xchgq %rbx, %rbx |
| 11737 | 11737 | , |
| 11738 | .constraints = "={rdx},{rax},{edx},~{cc},~{memory}", | |
| 11738 | .constraints = "={rdx},{rax},{rdx},~{cc},~{memory}", | |
| 11739 | 11739 | }, |
| 11740 | 11740 | else => unreachable, |
| 11741 | 11741 | }; |