X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fppc-vm.lisp;h=627599e1b7ed143c16c0bf8888c9ccf1e1f35021;hb=b3f188843330c56bd4d17a3c930e73f573b1c71f;hp=1024998c21e50d699e807768d855585dc0da54cf;hpb=b7a8f5313a83dea33ce60551a4fb987b415c2cc6;p=sbcl.git diff --git a/src/code/ppc-vm.lisp b/src/code/ppc-vm.lisp index 1024998..627599e 100644 --- a/src/code/ppc-vm.lisp +++ b/src/code/ppc-vm.lisp @@ -112,6 +112,9 @@ ;;; Given a signal context, return the floating point modes word in ;;; the same format as returned by FLOATING-POINT-MODES. +;;; +;;; FIXME: surely this must be accessible somewhere under Darwin? +#!-darwin (define-alien-routine ("os_context_fp_control" context-floating-point-modes) (sb!alien:unsigned 32) (context (* os-context-t)))