Changeset 5689


Ignore:
Timestamp:
Jan 5, 2007, 3:16:35 PM (18 years ago)
Author:
Gary Byers
Message:

Fix typo (ppc32::, not ppc2::).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/l0-numbers.lisp

    r5681 r5689  
    467467  (if (and (eq int 0)(= sfloat 0.0s0))
    468468    0
    469     (#+32-bit-target ppc2::with-stack-short-floats #+32-bit-target ((s1 int))
     469    (#+32-bit-target ppc32::with-stack-short-floats #+32-bit-target ((s1 int))
    470470     #-32-bit-target let* #-32-bit-target ((s1 (%int-to-sfloat int)))
    471471     (declare (short-float s1))
Note: See TracChangeset for help on using the changeset viewer.