mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
llvm: clobber rdx instead of edx for x86-64 valgrind request
This commit is contained in:
parent
40132af3ad
commit
09e4035e79
@ -11735,7 +11735,7 @@ pub const FuncGen = struct {
|
|||||||
\\ rolq $$61, %rdi ; rolq $$51, %rdi
|
\\ rolq $$61, %rdi ; rolq $$51, %rdi
|
||||||
\\ xchgq %rbx, %rbx
|
\\ xchgq %rbx, %rbx
|
||||||
,
|
,
|
||||||
.constraints = "={rdx},{rax},{edx},~{cc},~{memory}",
|
.constraints = "={rdx},{rax},{rdx},~{cc},~{memory}",
|
||||||
},
|
},
|
||||||
else => unreachable,
|
else => unreachable,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user