aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tests')
-rw-r--r--tools/tests/x86_emulator/blowfish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tests/x86_emulator/blowfish.c b/tools/tests/x86_emulator/blowfish.c
index 211831d4d2..8b9280c063 100644
--- a/tools/tests/x86_emulator/blowfish.c
+++ b/tools/tests/x86_emulator/blowfish.c
@@ -30,7 +30,7 @@ asm (
#else
"shlq $32,%rdx; movl %eax,%edi; orq %rdx,%rdi; "
"call blowfish_test; "
- "movq %rax,%rdi; movl %eax,%eax; shrq $32,%rdx; "
+ "movq %rax,%rdx; movl %eax,%eax; shrq $32,%rdx; "
#endif
"ret"
);