summary refs log tree commit diff stats
path: root/tests/vm/tbitops.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix vm signed xor (#10519)Arne Döring2019-02-011-5/+11
| | | | | | | | | | * fix #10482 * undo changes * fix for bitwise not * remove dead opcode
* vm fix for bitwise signed ints (#10507)cooldome2019-01-311-0/+39
* fixes #10482 * add missing file * bug fix