Skip to content

Commit

Permalink
Fix typo: signed 64bit accessor is sb-sys:signed-sap-ref-64
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Apr 12, 2012
1 parent c5aea35 commit 6eb2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cffi-sbcl.lisp
Expand Up @@ -245,7 +245,7 @@ WITH-POINTER-TO-VECTOR-DATA."
((8 sb-sys:signed-sap-ref-8 sb-sys:sap-ref-8)
(16 sb-sys:signed-sap-ref-16 sb-sys:sap-ref-16)
(32 sb-sys:signed-sap-ref-32 sb-sys:sap-ref-32)
(64 sb-sys:signed-sap-ref-32 sb-sys:sap-ref-64))
(64 sb-sys:signed-sap-ref-64 sb-sys:sap-ref-64))
((:char char)
(:unsigned-char unsigned-char)
(:short short)
Expand Down

0 comments on commit 6eb2778

Please sign in to comment.