X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcross-sap.lisp;h=cc48ea08bf154cb36af3cd33c1ecdca7724b1fb9;hb=fa8962d732057015fbb9a2f8a08ea8d5299b50dd;hp=2ef9f244f1d120e11d9b0483ef230cf778f2fae5;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/cross-sap.lisp b/src/code/cross-sap.lisp index 2ef9f24..cc48ea0 100644 --- a/src/code/cross-sap.lisp +++ b/src/code/cross-sap.lisp @@ -32,9 +32,10 @@ (,int-fun (sap-int x) (sap-int y))))) '((sap< <) (sap<= <=) (sap= =) (sap>= >=) (sap> >) (sap- -)))) -;;; dummies, defined so that we can declare they never return and thereby -;;; eliminate a thundering herd of optimization notes a la "can't optimize this -;;; expression because we don't know the return type of SAP-REF-8" +;;; dummies, defined so that we can declare they never return and +;;; thereby eliminate a thundering herd of optimization notes along +;;; the lines of "can't optimize this expression because we don't know +;;; the return type of SAP-REF-8" (defun sap-ref-stub (name) (error "~S doesn't make sense on cross-compilation host." name)) #.`(progn