X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fhppa%2Fcell.lisp;h=bd525359cc2b5137adce9d0dab03389c85963aee;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=a58ae4e81cbdeda781b2f061d07dc8ca346f3c88;hpb=4d5efa2b046c8d041b054452a1696ca53423a912;p=sbcl.git diff --git a/src/compiler/hppa/cell.lisp b/src/compiler/hppa/cell.lisp index a58ae4e..bd52535 100644 --- a/src/compiler/hppa/cell.lisp +++ b/src/compiler/hppa/cell.lisp @@ -92,6 +92,12 @@ ;; we must go through an temporary to avoid gc (move temp res))) +;;; On unithreaded builds these are just copies of the non-global versions. +(define-vop (%set-symbol-global-value set)) +(define-vop (symbol-global-value symbol-value) + (:translate symbol-global-value)) +(define-vop (fast-symbol-global-value fast-symbol-value) + (:translate symbol-global-value)) ;;;; Fdefinition (fdefn) objects.