Chromium Code Reviews| Index: test/cctest/test-disasm-x64.cc |
| diff --git a/test/cctest/test-disasm-x64.cc b/test/cctest/test-disasm-x64.cc |
| index 4ae36089394e503fbd7f378f3ecdb36e7f8290cf..fac9226279d7833fa72e386d05c5ebb7d4fe6d03 100644 |
| --- a/test/cctest/test-disasm-x64.cc |
| +++ b/test/cctest/test-disasm-x64.cc |
| @@ -179,7 +179,8 @@ TEST(DisasmX64) { |
| __ nop(); |
| __ idivq(rdx); |
| - __ mul(rdx); |
| + __ mull(rdx); |
| + __ mulq(rdx); |
| __ negq(rdx); |
| __ notq(rdx); |
| __ testq(Operand(rbx, rcx, times_4, 10000), rdx); |