Fix misc uses of "long" variables to use "int64_t".
I don't have any evidence these particular uses are actually causing any issues, but we should avoid accidentally truncating immediate values depending on the host.
Loading
Please sign in to comment