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

Unified Diff: src/arm/constants-arm.h

Issue 173567: ARM native regexps. (Closed)
Patch Set: Created 11 years, 4 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
Index: src/arm/constants-arm.h
diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h
index f0311dfc174eb9c3c39c23048f91d72dbc63028b..6d8782a805d807500502c74e186be7023eb1b035 100644
--- a/src/arm/constants-arm.h
+++ b/src/arm/constants-arm.h
@@ -49,6 +49,8 @@
# define __ARM_ARCH_5T__ 1
#endif
+#include "disasm.h"
Erik Corry 2009/08/27 14:43:05 We don't normally put includes in includes if the
Lasse Reichstein 2009/08/28 09:15:17 Whoop. It's a leftover from something added while
+
namespace assembler {
namespace arm {

Powered by Google App Engine
This is Rietveld 408576698