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

Unified Diff: runtime/vm/locations.cc

Issue 1314673008: Migrate logging infrastructure Isolate->Thread (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix test. Created 5 years, 3 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: runtime/vm/locations.cc
diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc
index 525855a94a7ec392ae1bcac825b33d47576cbdef..e460a2d05800741d2dfc354b32a5e33dd0500b3f 100644
--- a/runtime/vm/locations.cc
+++ b/runtime/vm/locations.cc
@@ -225,9 +225,9 @@ const char* Location::ToCString() const {
void Location::Print() const {
if (kind() == kStackSlot) {
- ISL_Print("S%+" Pd "", stack_index());
+ THR_Print("S%+" Pd "", stack_index());
} else {
- ISL_Print("%s", Name());
+ THR_Print("%s", Name());
}
}
« no previous file with comments | « runtime/vm/locations.h ('k') | runtime/vm/log.h » ('j') | runtime/vm/thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698