about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorBirunthan Mohanathas <birunthan@mohanathas.com>2013-11-11 21:21:24 +0200
committerBirunthan Mohanathas <birunthan@mohanathas.com>2013-11-11 21:21:24 +0200
commit61f76a51300fd61369255850a41e04720681fcf8 (patch)
treef4cb9e7e7e258728d0b5d8bbd4660d0068a76d00 /src/rustllvm/RustWrapper.cpp
parent3851f908d16b55dfe69d5a423ecbef4cd224fae2 (diff)
downloadrust-61f76a51300fd61369255850a41e04720681fcf8.tar.gz
rust-61f76a51300fd61369255850a41e04720681fcf8.zip
Change use of unsigned integers to signed integers for clarity in
precise_time_ns

The QueryPerformance* functions take a LARGE_INTEGER, which is a signed
64-bit integer rather than an unsigned 64-bit integer. `ts.tv_sec`, too,
is a signed integer so `ns_per_s` has been changed to a int64_t.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions