Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    e50d75bc
    Fix typo in value. · e50d75bc
    Raymond Toy authored
    The deftransform for converting an (unsigned-byte 32) to a
    double-float was using the wrong type of float constant. It should
    have been a double instead of single.
    
    This fix allows sparc to cross-compile itself now.
    e50d75bc
    History
    Fix typo in value.
    Raymond Toy authored
    The deftransform for converting an (unsigned-byte 32) to a
    double-float was using the wrong type of float constant. It should
    have been a double instead of single.
    
    This fix allows sparc to cross-compile itself now.