Skip to content

Commit

Permalink
Fix to make the build succeed with ccl on arm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath Ghanta committed Jul 31, 2014
1 parent 8f200f8 commit 1822512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trivial-cas.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(:nicknames :trivial-cas)
#+ (and sbcl compare-and-swap-vops)
(:import-from :sb-ext :compare-and-swap)
#+ ccl
#+ (and ccl (or x86 x86-64))
(:import-from :ccl :defx86lapfunction)
(:export #:compare-and-swap
#:atomic-incf))
Expand Down

0 comments on commit 1822512

Please sign in to comment.