Index: runtime/vm/instructions_dbc.cc |
diff --git a/runtime/vm/instructions_dbc.cc b/runtime/vm/instructions_dbc.cc |
index b7b796c51f502a90674eb95e632a94a417521560..38b69f41a04a97cc160b39e6704d3d6f0ccaf9c0 100644 |
--- a/runtime/vm/instructions_dbc.cc |
+++ b/runtime/vm/instructions_dbc.cc |
@@ -5,10 +5,12 @@ |
#include "vm/globals.h" // Needed here to get TARGET_ARCH_DBC. |
#if defined(TARGET_ARCH_DBC) |
+#include "vm/instructions.h" |
+#include "vm/instructions_dbc.h" |
+ |
#include "vm/assembler.h" |
#include "vm/constants_dbc.h" |
#include "vm/cpu.h" |
-#include "vm/instructions.h" |
#include "vm/object.h" |
namespace dart { |
@@ -164,6 +166,7 @@ void SwitchableCallPattern::SetLookupStub(const Code& lookup_stub) const { |
ReturnPattern::ReturnPattern(uword pc) : pc_(pc) { |
+ USE(pc_); |
} |