mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
stacks: fix a type in an error message
This commit is contained in:
parent
0f24472237
commit
9a894b7dab
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ ecl_stack_frame_push_values(cl_object f)
|
|||
f->frame.size = value_index - f->frame.base;
|
||||
ecl_data_stack_push_values(the_env);
|
||||
} else {
|
||||
ecl_internal_error("ecl_stack_frame_pop: frame overflow.");
|
||||
ecl_internal_error("ecl_stack_frame_push: frame overflow.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue