Work around bug in portable representation of flonums: the flonum 0.0
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Sep 1989 22:53:12 +0000 (22:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Sep 1989 22:53:12 +0000 (22:53 +0000)
commitd0114e1e3eb7ae81f6654a8c3afc447557259526
tree9f43fc949c5d1243253ce220ee50a0c0d5396834
parentc52e27d2722854d7e01ad4788332e244be32eea9
Work around bug in portable representation of flonums: the flonum 0.0
is written as "06 + 0".  But this program always reads two numbers
after the sign, and furthermore treats the first one as the exponent,
and the -second- as the size in bits.  This caused it to gobble up the
type code of the next word by accident.
v7/src/microcode/psbtobin.c
v8/src/microcode/psbtobin.c