]> gitweb.factorcode.org Git - factor.git/commit
VM: fixing some implicit casts from cell to fixnum
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 8 Jul 2014 05:34:36 +0000 (07:34 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Jul 2014 14:54:07 +0000 (07:54 -0700)
commit60b7631e767f445c1dd3b0b6f9a3e238d8955e93
tree0ed3054aa56bdb38f1e1e259bdae60eeb445804f
parent6ab848775efda69a4e98d769da21dadf32647701
VM: fixing some implicit casts from cell to fixnum

The types are compatible, but it looks a little nicer if the variable
that receives a return value declared as cell also is a cell.
vm/debug.cpp
vm/io.cpp
vm/quotations.cpp