Revision: 22101
Author:   [email protected]
Date:     Mon Jun 30 15:37:07 2014 UTC
Log:      Add missing cpu.h includes to mips/x87

BUG=none
[email protected]
LOG=n

Review URL: https://codereview.chromium.org/358073005
http://code.google.com/p/v8/source/detail?r=22101

Modified:
 /branches/bleeding_edge/src/mips/assembler-mips.cc
 /branches/bleeding_edge/src/x87/assembler-x87.cc

=======================================
--- /branches/bleeding_edge/src/mips/assembler-mips.cc Mon Jun 30 13:25:46 2014 UTC +++ /branches/bleeding_edge/src/mips/assembler-mips.cc Mon Jun 30 15:37:07 2014 UTC
@@ -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"

=======================================
--- /branches/bleeding_edge/src/x87/assembler-x87.cc Mon Jun 30 13:25:46 2014 UTC +++ /branches/bleeding_edge/src/x87/assembler-x87.cc Mon Jun 30 15:37:07 2014 UTC
@@ -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"

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to