X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=b6cdfcbbe9b6b05d807b2305b7ea5045c4ba9b55;hb=b7eed59f1877263e1af5ad80299e641e8276f77d;hp=7554aaa8ab7700763845b93aca2c8ba0f42f3015;hpb=10079735369606be93965175c0e2750e1f893824;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index 7554aaa..b6cdfcb 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -1420,6 +1420,13 @@ (defknown %setnth (unsigned-byte list t) t (unsafe)) (defknown %set-fill-pointer (vector index) index (unsafe)) +;;;; ALIEN and call-out-to-C stuff + +;;; 'call' attribute because we store the arg on the stack, which is in +;;; some sense 'passing it upwards' +(defknown sb!vm::push-word-on-c-stack (system-area-pointer) (values) (call)) +(defknown sb!vm::pop-words-from-c-stack (index) (values) (call)) + ;;;; miscellaneous internal utilities (defknown %fun-name (function) t (flushable))