Commit 584f13ab authored by jochen@chromium.org's avatar jochen@chromium.org

Add missing cpu.h includes to mips/x87

BUG=none
TBR=yangguo@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/358073005

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22101 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 398a59e7
......@@ -37,6 +37,7 @@
#if V8_TARGET_ARCH_MIPS
#include "src/base/cpu.h"
#include "src/mips/assembler-mips-inl.h"
#include "src/serialize.h"
......
......@@ -38,6 +38,7 @@
#if V8_TARGET_ARCH_X87
#include "src/base/cpu.h"
#include "src/disassembler.h"
#include "src/macro-assembler.h"
#include "src/serialize.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment