Skip to content
Snippets Groups Projects
Commit 8339da19 authored by Raymond Toy's avatar Raymond Toy
Browse files

Comment out symbol-hash and %set-symbol-hash. These are not yet

supported in the rest of the code for ARM.
parent 503a73cc
Branches
Tags
No related merge requests found
......@@ -81,6 +81,7 @@
(:policy :fast)
(:translate symbol-value))
#+nil
(define-vop (symbol-hash)
(:policy :fast-safe)
(:translate symbol-hash)
......@@ -93,6 +94,7 @@
;; a fixnum.
(not-implemented)))
#+nil
(define-vop (%set-symbol-hash cell-set)
(:translate %set-symbol-hash)
(:variant symbol-hash-slot other-pointer-type))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment