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