| Index: test/cctest/test-disasm-x64.cc
|
| diff --git a/test/cctest/test-disasm-x64.cc b/test/cctest/test-disasm-x64.cc
|
| index 1c7f416392e32d840d26758c4103b9bcab42be02..1ff9fd336bd9380bfb736bbc8846c2133f648daf 100644
|
| --- a/test/cctest/test-disasm-x64.cc
|
| +++ b/test/cctest/test-disasm-x64.cc
|
| @@ -95,11 +95,6 @@ TEST(DisasmX64) {
|
| CpuFeatures::Scope fscope(CPUID);
|
| __ cpuid();
|
| }
|
| - {
|
| - CHECK(CpuFeatures::IsSupported(RDTSC));
|
| - CpuFeatures::Scope fscope(RDTSC);
|
| - __ rdtsc();
|
| - }
|
| __ movsxbq(rdx, Operand(rcx, 0));
|
| __ movsxwq(rdx, Operand(rcx, 0));
|
| __ movzxbl(rdx, Operand(rcx, 0));
|
|
|