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

Unified Diff: runtime/vm/object.cc

Issue 1335773002: ISL_Print -> THR_Print (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index d3e6f13fadda6ca4de50a3ca0ea5f8d7c4bbaf02..ba8adec0cc6c03eeaee3b45ac5e10e2f8ead546f 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -11098,7 +11098,7 @@ void ObjectPool::DebugPrint() const {
THR_Print("0x%" Px " (external label: %s)\n",
addr, DescribeExternalLabel(addr));
} else if (InfoAt(i) == kNativeEntry) {
- ISL_Print("0x%" Px " (native entry)\n", RawValueAt(i));
+ THR_Print("0x%" Px " (native entry)\n", RawValueAt(i));
} else {
THR_Print("0x%" Px " (raw)\n", RawValueAt(i));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698