| Index: src/lithium-codegen.cc
|
| diff --git a/src/lithium-codegen.cc b/src/lithium-codegen.cc
|
| index 10590e088abf17ff3bb227a9a98e47738e0023f2..78b41d7c4817b3bb9cbb0caa15d151669a064e72 100644
|
| --- a/src/lithium-codegen.cc
|
| +++ b/src/lithium-codegen.cc
|
| @@ -39,7 +39,7 @@
|
| #include "arm/lithium-arm.h"
|
| #include "arm/lithium-codegen-arm.h"
|
| #elif V8_TARGET_ARCH_MIPS
|
| -#include "mips/lithium-codegeng.h"
|
| +#include "mips/lithium-mips.h"
|
| #include "mips/lithium-codegen-mips.h"
|
| #else
|
| #error Unsupported target architecture.
|
|
|