Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Unified Diff: src/mips/simulator-mips.cc

Issue 145583014: A fix for the globals.h TODO in libplatform. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: fix header include guard Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/libplatform/worker-thread.h ('k') | src/misc-intrinsics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/simulator-mips.cc
diff --git a/src/mips/simulator-mips.cc b/src/mips/simulator-mips.cc
index b7e53c9faa99dd1e86d2b43527a521d4b2b4a7f6..69c54fd68b32b2a1f6eea4ed211098df22a6e4db 100644
--- a/src/mips/simulator-mips.cc
+++ b/src/mips/simulator-mips.cc
@@ -37,7 +37,7 @@
#include "cpu.h"
#include "disasm.h"
#include "assembler.h"
-#include "globals.h" // Need the BitCast.
+#include "base/globals.h" // Need the BitCast.
#include "mips/constants-mips.h"
#include "mips/simulator-mips.h"
« no previous file with comments | « src/libplatform/worker-thread.h ('k') | src/misc-intrinsics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698