Index: src/x87/cpu-x87.cc |
diff --git a/src/ia32/cpu-ia32.cc b/src/x87/cpu-x87.cc |
similarity index 96% |
copy from src/ia32/cpu-ia32.cc |
copy to src/x87/cpu-x87.cc |
index 7f87a624e30a40bd89af19a2e98e6e0e06d3bc67..99cbfc5e50bbc43396aef2422f7b12dfab939536 100644 |
--- a/src/ia32/cpu-ia32.cc |
+++ b/src/x87/cpu-x87.cc |
@@ -10,7 +10,7 @@ |
#include "v8.h" |
-#if V8_TARGET_ARCH_IA32 |
+#if V8_TARGET_ARCH_X87 |
#include "cpu.h" |
#include "macro-assembler.h" |
@@ -41,4 +41,4 @@ void CPU::FlushICache(void* start, size_t size) { |
} } // namespace v8::internal |
-#endif // V8_TARGET_ARCH_IA32 |
+#endif // V8_TARGET_ARCH_X87 |