summary refs log tree commit diff stats
path: root/compiler/vm.nim
diff options
context:
space:
mode:
authorParashurama <Rhagdamaziel@ymail.com>2017-05-31 21:05:14 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-05-31 21:05:14 +0200
commitda52ade86e9df306b03958c5525a0e6973fc1cb5 (patch)
tree7db91b0a8ed79f1ee85c2480028d15b213579f5f /compiler/vm.nim
parent199f061ddc8ac69bfc619670c50ebddfb6ed0fee (diff)
downloadNim-da52ade86e9df306b03958c5525a0e6973fc1cb5.tar.gz
fix right shift c codegen bug. (#5919)
* fix right shift c codegen bug.

signed int must first be cast as unsigned before converting to larger
integer. The C compiler will auto convert operands to the largest type.
Diffstat (limited to 'compiler/vm.nim')
0 files changed, 0 insertions, 0 deletions