Fixed a bug related to negative fixnum encoding (i.e. -1). -1 was
commit92285b8fb51ac80e07c673c24c7825b9ce4d8d50
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Wed, 4 Feb 2009 22:25:50 +0000 (4 17:25 -0500)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Wed, 4 Feb 2009 22:25:50 +0000 (4 17:25 -0500)
tree8590dfb1dfd2174a10be173f5fedc79202346914
parentaf3cc82d074c20b0a5d5df7d3b33778882904017
Fixed a bug related to negative fixnum encoding (i.e. -1). -1 was
casted to unsigned, and became 255, which was then encoded as fixnum.
picobit-vm.c