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

Unified Diff: runtime/vm/instructions_dbc.cc

Issue 1910453003: Fixes DBC build for Mac (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | « runtime/vm/constants_dbc.h ('k') | runtime/vm/os_macos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
}
« no previous file with comments | « runtime/vm/constants_dbc.h ('k') | runtime/vm/os_macos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698