diff options
author | Parashurama <Rhagdamaziel@ymail.com> | 2017-05-31 21:05:14 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-05-31 21:05:14 +0200 |
commit | da52ade86e9df306b03958c5525a0e6973fc1cb5 (patch) | |
tree | 7db91b0a8ed79f1ee85c2480028d15b213579f5f /compiler/vm.nim | |
parent | 199f061ddc8ac69bfc619670c50ebddfb6ed0fee (diff) | |
download | Nim-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