mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix a C style warning
simd_pack_512_mask_slots is unused
This commit is contained in:
parent
eb3d6740f5
commit
5a569e62ec
|
|
@ -3426,8 +3426,7 @@ Legal values for OFFSET are -4, -8, -12, ..."
|
|||
(write-tags "" "-WIDETAG" (ash (1+ sb-vm:widetag-mask) -2) -2))
|
||||
(dolist (name '(symbol ratio complex sb-vm::code simple-fun
|
||||
closure funcallable-instance
|
||||
weak-pointer fdefn sb-vm::value-cell
|
||||
#+sb-simd-pack-512 sb-vm::simd-pack-512-mask))
|
||||
weak-pointer fdefn sb-vm::value-cell))
|
||||
(format out "static char *~A_slots[] = {~%~{ \"~A: \",~} NULL~%};~%"
|
||||
(c-name (string-downcase name))
|
||||
(map 'list (lambda (x) (c-name (string-downcase (sb-vm:slot-name x))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue