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()); |
} |
} |