cleanup: os_vm_size_t in gc_alloc_new_region
[sbcl.git] / src / code / cold-error.lisp
index ba9bfae..f61708f 100644 (file)
 (defun break (&optional (datum "break") &rest arguments)
   #!+sb-doc
   "Print a message and invoke the debugger without allowing any possibility
-   of condition handling occurring."
+of condition handling occurring."
+  (declare (optimize (sb!c::rest-conversion 0)))
   (let ((*debugger-hook* nil)) ; as specifically required by ANSI
     (apply #'%break 'break datum arguments)))