mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
Missing break statement, caused IMAGPART to return NUL on long doubles
This commit is contained in:
parent
46e3ea483e
commit
84a8e1fc80
1 changed files with 1 additions and 0 deletions
|
|
@ -1338,6 +1338,7 @@ cl_imagpart(cl_object x)
|
|||
#ifdef ECL_LONG_FLOAT
|
||||
case t_longfloat:
|
||||
x = cl_core.longfloat_zero;
|
||||
break;
|
||||
#endif
|
||||
case t_complex:
|
||||
x = x->complex.imag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue