| Index: test/cctest/test-disasm-ia32.cc
|
| diff --git a/test/cctest/test-disasm-ia32.cc b/test/cctest/test-disasm-ia32.cc
|
| index 76452ef91e2d7fe0bf18fd34e1cbbde825a5bb9e..49088f6e94da8223ad3afc124ac85d637e958350 100644
|
| --- a/test/cctest/test-disasm-ia32.cc
|
| +++ b/test/cctest/test-disasm-ia32.cc
|
| @@ -416,6 +416,7 @@ TEST(DisasmIa320) {
|
| __ addsd(xmm1, xmm0);
|
| __ mulsd(xmm1, xmm0);
|
| __ subsd(xmm1, xmm0);
|
| + __ subsd(xmm1, Operand(ebx, ecx, times_4, 10000));
|
| __ divsd(xmm1, xmm0);
|
| __ ucomisd(xmm0, xmm1);
|
| __ cmpltsd(xmm0, xmm1);
|
|
|