| Index: src/lithium-codegen.cc
|
| diff --git a/src/lithium-codegen.cc b/src/lithium-codegen.cc
|
| index 0d841b7e80a2420c6b906767abcc72d9fa637b40..eebe1dfde52602961ede8d53c0049b7ba70aff6d 100644
|
| --- a/src/lithium-codegen.cc
|
| +++ b/src/lithium-codegen.cc
|
| @@ -21,6 +21,9 @@
|
| #elif V8_TARGET_ARCH_MIPS
|
| #include "mips/lithium-mips.h"
|
| #include "mips/lithium-codegen-mips.h"
|
| +#elif V8_TARGET_ARCH_X87
|
| +#include "x87/lithium-x87.h"
|
| +#include "x87/lithium-codegen-x87.h"
|
| #else
|
| #error Unsupported target architecture.
|
| #endif
|
|
|