]> gitweb.factorcode.org Git - factor.git/commit
ffi_test.c: Casting a 32bit int to a 64bit pointer is invalid. Instead,
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Jun 2015 17:21:20 +0000 (10:21 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Jun 2015 17:21:20 +0000 (10:21 -0700)
commita83df49ecc22df9a520197101e7b9a20c1d3b7e3
tree5b06ce9f330a161e10d3321e866cc43dac51ca1a
parentf26c7fc66d163b213cfe2a6ef8ab568fa55388b0
ffi_test.c: Casting a 32bit int to a 64bit pointer is invalid. Instead,
cast it to a 64bit int then to the pointer. Found with visual studio 2015.
vm/ffi_test.c