Skip to content
Snippets Groups Projects
Commit 3b1c5234 authored by ram's avatar ram
Browse files

Fixed last change.

parent e4dde825
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,6 @@
#+small
;;;
;;; If we want a small core, blow away the meta-compile time VOP info.
(setf (backend-parsed-vops *backend*) (make-hash-table #'eq))
(setf (backend-parsed-vops *backend*) (make-hash-table :test #'eq))
(%proclaim '(optimize (speed 1) (safety 1)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment