| Index: src/x87/assembler-x87.cc
|
| diff --git a/src/x87/assembler-x87.cc b/src/x87/assembler-x87.cc
|
| index f2082c2a7f69135c501144e6c40526751b771907..eeabcf9dc06adb5852121cde8c2b31e43019bff8 100644
|
| --- a/src/x87/assembler-x87.cc
|
| +++ b/src/x87/assembler-x87.cc
|
| @@ -49,7 +49,7 @@ namespace internal {
|
| // Implementation of CpuFeatures
|
|
|
| void CpuFeatures::ProbeImpl(bool cross_compile) {
|
| - CPU cpu;
|
| + base::CPU cpu;
|
|
|
| // Only use statically determined features for cross compile (snapshot).
|
| if (cross_compile) return;
|
| @@ -107,7 +107,7 @@ void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
|
| }
|
|
|
| // Indicate that code has changed.
|
| - CPU::FlushICache(pc_, instruction_count);
|
| + CpuFeatures::FlushICache(pc_, instruction_count);
|
| }
|
|
|
|
|
|
|