| Index: runtime/vm/port.cc
|
| diff --git a/runtime/vm/port.cc b/runtime/vm/port.cc
|
| index 96bd7bbbef35be4f82a6bf0b6347e6e328670041..8ef15c56c47fbeef8476f9573161d2d41a50d7aa 100644
|
| --- a/runtime/vm/port.cc
|
| +++ b/runtime/vm/port.cc
|
| @@ -333,7 +333,7 @@ void PortMap::DebugDumpForMessageHandler(MessageHandler* handler) {
|
| for (intptr_t i = 0; i < capacity_; i++) {
|
| if (map_[i].handler == handler) {
|
| if (map_[i].state == kLivePort) {
|
| - OS::Print("Live Port = %" Pd "\n", map_[i].port);
|
| + OS::Print("Live Port = %" Pd64 "\n", map_[i].port);
|
| msg_handler = DartLibraryCalls::LookupHandler(map_[i].port);
|
| OS::Print("Handler = %s\n", msg_handler.ToCString());
|
| }
|
|
|