X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fx86-vm.lisp;h=6e17592566351425925e5289060ca6a3de5e009b;hb=0c7ffa8fb85a94482814835c9f28abfd0400ab99;hp=affa75b0afb2a15efc565bbc5fc85a518c2ebc79;hpb=08307967c71c580058a503d46aa087cfefcf8c69;p=sbcl.git diff --git a/src/code/x86-vm.lisp b/src/code/x86-vm.lisp index affa75b..6e17592 100644 --- a/src/code/x86-vm.lisp +++ b/src/code/x86-vm.lisp @@ -256,13 +256,13 @@ 0) -;;;; INTERNAL-ERROR-ARGUMENTS +;;;; INTERNAL-ERROR-ARGS ;;; Given a (POSIX) signal context, extract the internal error ;;; arguments from the instruction stream. -(defun internal-error-arguments (context) +(defun internal-error-args (context) (declare (type (alien (* os-context-t)) context)) - (/show0 "entering INTERNAL-ERROR-ARGUMENTS, CONTEXT=..") + (/show0 "entering INTERNAL-ERROR-ARGS, CONTEXT=..") (/hexstr context) (let ((pc (context-pc context))) (declare (type system-area-pointer pc))