X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;fp=src%2Fcompiler%2Ffndb.lisp;h=c35e93a4908a062dfcb4c5b0826cb911459e13e5;hb=a3b10e4bd291d1b07cb805a58cf8fe03156bdb3b;hp=30fc30b73a8edf62578328510ea8c0f3d1862021;hpb=56d227c6c574ca512501202fa1d24384e293c5d2;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index 30fc30b..c35e93a 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -1473,11 +1473,11 @@ (movable foldable flushable dx-safe)) (defknown data-vector-ref (simple-array index) t (foldable unsafely-flushable explicit-check always-translatable)) -(defknown data-vector-ref-with-offset (simple-array index fixnum) t +(defknown data-vector-ref-with-offset (simple-array fixnum fixnum) t (foldable unsafely-flushable explicit-check always-translatable)) (defknown data-vector-set (array index t) t (explicit-check always-translatable)) -(defknown data-vector-set-with-offset (array index fixnum t) t +(defknown data-vector-set-with-offset (array fixnum fixnum t) t (explicit-check always-translatable)) (defknown hairy-data-vector-ref (array index) t (foldable explicit-check))