X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fvm-fndb.lisp;h=70ce7deb49971ea299158bf49844dba6d931bd0f;hb=315285fcf8bf1f7e732da307cfaf31f18f412811;hp=37273c115c0957593337e2e4c281d432656bfb6d;hpb=09a00b3120e7dd6d040cf70fbaaa1af32b890ee3;p=sbcl.git diff --git a/src/compiler/generic/vm-fndb.lisp b/src/compiler/generic/vm-fndb.lisp index 37273c1..70ce7de 100644 --- a/src/compiler/generic/vm-fndb.lisp +++ b/src/compiler/generic/vm-fndb.lisp @@ -293,10 +293,6 @@ (defknown %bignum-set (bignum-type bignum-index bignum-element-type) bignum-element-type ()) -#!+(or x86 x86-64) -(defknown %bignum-set-with-offset - (bignum-type bignum-index (signed-byte 24) bignum-element-type) - bignum-element-type (always-translatable)) (defknown %digit-0-or-plusp (bignum-element-type) boolean (foldable flushable movable)) @@ -414,9 +410,6 @@ (defknown %funcallable-instance-info (function index) t (flushable)) (defknown %set-funcallable-instance-info (function index t) t ()) -;;;; mutator accessors - -(defknown mutator-self () system-area-pointer (flushable movable)) (defknown %data-vector-and-index (array index) (values (simple-array * (*)) index)