LLP64: change UNSIGNED-LONG to UNSIGNED
[sbcl.git] / src / code / target-allocate.lisp
index 702fe5e..40c6b0f 100644 (file)
@@ -13,9 +13,9 @@
 
 (sb!alien:define-alien-routine ("os_allocate" allocate-system-memory)
                                system-area-pointer
-  (bytes sb!alien:unsigned-long))
+  (bytes sb!alien:unsigned))
 
 (sb!alien:define-alien-routine ("os_deallocate" deallocate-system-memory)
                                sb!alien:void
   (addr system-area-pointer)
-  (bytes sb!alien:unsigned-long))
+  (bytes sb!alien:unsigned))