Changeset 5502


Ignore:
Timestamp:
Nov 6, 2006, 9:07:00 PM (18 years ago)
Author:
Gary Byers
Message:

nx-error-for-simple-2d-array-type: forgot the :fixnum-vector case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/nx0.lisp

    r5497 r5502  
    574574    (:signed-64-bit-vector arch::error-object-not-simple-array-s64-2d)
    575575    (:double-float-vector arch::error-object-not-simple-array-double-float-2d)
    576     (:single-float-vector arch::error-object-not-simple-array-double-float-2d)))
     576    (:single-float-vector arch::error-object-not-simple-array-double-float-2d)
     577    (:fixnum-vector arch::error-object-not-simple-array-fixnum-2d)))
    577578
    578579(defun acode-s16-constant-p (x)
Note: See TracChangeset for help on using the changeset viewer.