mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 10:42:36 -08:00
Fixed typo
This commit is contained in:
parent
91c95f41cf
commit
018224ae87
1 changed files with 2 additions and 2 deletions
|
|
@ -380,8 +380,8 @@
|
|||
(c1expr `(the fixnum (ldb1 ,size ,pos ,(second args))))))
|
||||
|
||||
(put-sysprop 'ldb1 :INLINE-ALWAYS
|
||||
'((fixnum fixnum fixnum) fixnum nil nil
|
||||
"((((~(-1 << (#0))) << (#1)) & (#2)) >> (#1))"))
|
||||
'(((fixnum fixnum fixnum) fixnum nil nil
|
||||
"((((~(-1 << (#0))) << (#1)) & (#2)) >> (#1))")))
|
||||
|
||||
;----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue