| Index: src/ia32/assembler-ia32-inl.h
|
| diff --git a/src/ia32/assembler-ia32-inl.h b/src/ia32/assembler-ia32-inl.h
|
| index 5f67077ad014cfdf0d9824c1f4865558272018b2..ef109229a2b1358ade1c4ce1559cb586cf76c01b 100644
|
| --- a/src/ia32/assembler-ia32-inl.h
|
| +++ b/src/ia32/assembler-ia32-inl.h
|
| @@ -30,13 +30,15 @@
|
|
|
| // The original source code covered by the above license above has been
|
| // modified significantly by Google Inc.
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2012 the V8 project authors. All rights reserved.
|
|
|
| // A light-weight IA32 Assembler.
|
|
|
| #ifndef V8_IA32_ASSEMBLER_IA32_INL_H_
|
| #define V8_IA32_ASSEMBLER_IA32_INL_H_
|
|
|
| +#include "ia32/assembler-ia32.h"
|
| +
|
| #include "cpu.h"
|
| #include "debug.h"
|
|
|
|
|