]> gitweb.factorcode.org Git - factor.git/commit
VM: Fix Windows VM build following type renaming
authorErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 22:18:48 +0000 (18:18 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 22:18:48 +0000 (18:18 -0400)
commit5027f75d79629d838a8d69120eeb1ac658bb2ec6
tree368f0649b7c33ca0907f49b21a4a7f2e1ca13279
parentffe41b3d7f1e0cce694a2fe86bafc2f5d455d914
VM: Fix Windows VM build following type renaming

Making cell be a typedef of uintptr_t broke a spot assigning
cell* was unsigned long*. Added an explicit cast.
vm/bitwise_hacks.hpp