mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Fix argument type of arguments<=? instruction
* libguile/vm-engine.c (arguments<=?): Take an immediate argument.
This commit is contained in:
parent
5fb9b7d542
commit
7aff0fff22
1 changed files with 1 additions and 1 deletions
|
@ -4164,7 +4164,7 @@ VM_NAME (scm_i_thread *thread, struct scm_vm *vp,
|
|||
NEXT (1);
|
||||
}
|
||||
|
||||
VM_DEFINE_OP (201, check_arguments, "arguments<=?", OP1 (X8_S24))
|
||||
VM_DEFINE_OP (201, check_arguments, "arguments<=?", OP1 (X8_C24))
|
||||
{
|
||||
scm_t_uint8 compare_result;
|
||||
scm_t_uint32 expected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue