mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 17:30:37 -07:00
missing "break" statement in ecl_apply_from_stack_frame (src/c/eval.d)
This commit is contained in:
parent
4dfa2c7ee0
commit
2d967e5e31
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ ecl_apply_from_stack_frame(cl_object frame, cl_object x)
|
|||
return _ecl_standard_dispatch(frame, fun);
|
||||
case ECL_USER_DISPATCH:
|
||||
fun = fun->instance.slots[fun->instance.length - 1];
|
||||
break;
|
||||
default:
|
||||
FEinvalid_function(fun);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue