mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Missing array element type in marker
This commit is contained in:
parent
c7322bd6e6
commit
5386cfc94f
1 changed files with 3 additions and 0 deletions
|
|
@ -219,6 +219,9 @@ BEGIN:
|
|||
case aet_fix:
|
||||
j = x->array.dim * sizeof(cl_fixnum);
|
||||
break;
|
||||
case aet_index:
|
||||
j = x->array.dim * sizeof(cl_index);
|
||||
break;
|
||||
case aet_sf:
|
||||
j = x->array.dim * sizeof(float);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue