| Index: src/ia32/simulator-ia32.h
|
| diff --git a/src/ia32/simulator-ia32.h b/src/ia32/simulator-ia32.h
|
| index 2267721cf2c7cb634b8b090aa461a66d63c875b6..4d02c03ab61e4cf428f1dabe0050165f30b122dc 100644
|
| --- a/src/ia32/simulator-ia32.h
|
| +++ b/src/ia32/simulator-ia32.h
|
| @@ -25,8 +25,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifndef V8_SIMULATOR_IA32_H_
|
| -#define V8_SIMULATOR_IA32_H_
|
| +#ifndef V8_IA32_SIMULATOR_IA32_H_
|
| +#define V8_IA32_SIMULATOR_IA32_H_
|
|
|
|
|
| // Since there is no simulator for the ia32 architecture the only thing we can
|
| @@ -44,4 +44,4 @@
|
| (reinterpret_cast<uintptr_t>(this) >= limit ? \
|
| reinterpret_cast<uintptr_t>(this) - limit : 0)
|
|
|
| -#endif // V8_SIMULATOR_IA32_H_
|
| +#endif // V8_IA32_SIMULATOR_IA32_H_
|
|
|