| Index: src/execution.cc
|
| ===================================================================
|
| --- src/execution.cc (revision 3208)
|
| +++ src/execution.cc (working copy)
|
| @@ -31,18 +31,8 @@
|
|
|
| #include "api.h"
|
| #include "codegen-inl.h"
|
| -
|
| -#if V8_TARGET_ARCH_IA32
|
| -#include "ia32/simulator-ia32.h"
|
| -#elif V8_TARGET_ARCH_X64
|
| -#include "x64/simulator-x64.h"
|
| -#elif V8_TARGET_ARCH_ARM
|
| -#include "arm/simulator-arm.h"
|
| -#else
|
| -#error Unsupported target architecture.
|
| -#endif
|
| -
|
| #include "debug.h"
|
| +#include "simulator.h"
|
| #include "v8threads.h"
|
|
|
| namespace v8 {
|
|
|