Fix FreeBSD build error in r287920
authorPavel Labath <labath@google.com>
Fri, 25 Nov 2016 12:15:17 +0000 (12:15 +0000)
committerPavel Labath <labath@google.com>
Fri, 25 Nov 2016 12:15:17 +0000 (12:15 +0000)
commit3043fd8ff087b1b577e363f33bbc1b6e1e8d5cdc
treea1a54fb3907c4a101a17f23e7cebcf6743da51e8
parentc4063eee0d9ad122bb346a6c9a8e9546e24c1291
Fix FreeBSD build error in r287920

The conditional expression is ambiguous there, so help it by explicitly casting.
This will go away once we use chrono all the way down.

llvm-svn: 287921
lldb/source/Core/Communication.cpp