[lldb] Fix a log format warning on Windows, don't assume uint64_t is a long type
authorMartin Storsjö <martin@martin.st>
Wed, 15 Feb 2023 08:42:20 +0000 (10:42 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 15 Feb 2023 12:44:17 +0000 (14:44 +0200)
commita8483b9b30385807790882b3b770fa6d016a0aa4
treedee3052cc512ee7e8cc8e6fdfe8647a269537cd9
parent1995d4424505cb5a1c3f0e5f851a660ec32d7af1
[lldb] Fix a log format warning on Windows, don't assume uint64_t is a long type

On Windows, long is 32 bit, and uint64_t is long long.

Differential Revision: https://reviews.llvm.org/D144078
lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp