X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fx86-vm.lisp;fp=src%2Fcode%2Fx86-vm.lisp;h=2d683355b631f979ddd1f76d20d9ec4a68e9b1ce;hb=bc46c8bcdd6ac8918df8ea9e9db49808e4924fcf;hp=e105241c91c7d8f3f5eea01d77d8c02df17721c6;hpb=57a80f268e4135327beecd8f9f93f2178df380fe;p=sbcl.git diff --git a/src/code/x86-vm.lisp b/src/code/x86-vm.lisp index e105241..2d68335 100644 --- a/src/code/x86-vm.lisp +++ b/src/code/x86-vm.lisp @@ -293,12 +293,6 @@ (sc-offsets sc-offset))) (values error-number (sc-offsets))))))) -;;; Do whatever is necessary to make the given code component -;;; executable. (This is a no-op on the x86.) -(defun sanctify-for-execution (component) - (declare (ignore component)) - nil) - ;;; This is used in error.lisp to insure that floating-point exceptions ;;; are properly trapped. The compiler translates this to a VOP. (defun float-wait ()