0.8.16.22:
[sbcl.git] / src / compiler / alpha / c-call.lisp
index c82458e..6b3ead7 100644 (file)
@@ -67,8 +67,6 @@
                          'single-stack
                          (* 2 (- stack-frame-size 6))))))
 
-
-
 (define-alien-type-method (integer :result-tn) (type state)
   (declare (ignore state))
   (multiple-value-bind
   (:translate foreign-symbol-address)
   (:policy :fast-safe)
   (:args)
-  (:arg-types (:constant simple-base-string))
+  (:arg-types (:constant simple-string))
   (:info foreign-symbol)
   (:results (res :scs (sap-reg)))
   (:result-types system-area-pointer)