mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
Change SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG
* libguile/instructions.h: Guard in BUILDING_LIBGUILE. (SCM_PACK_OP_24): (SCM_PACK_OP_8_8_8): (SCM_PACK_OP_8_16): (SCM_PACK_OP_16_8): (SCM_PACK_OP_12_12): Rename from SCM_PACK_RTL_*, and splice in the opcode. (SCM_PACK_OP_ARG_8_24): New helper. * libguile/vm.c: * libguile/gsubr.c: * libguile/foreign.c: * libguile/control.c: * libguile/continuations.c: Adapt.
This commit is contained in:
parent
3fe96dd808
commit
095100bbdb
6 changed files with 48 additions and 43 deletions
|
@ -65,7 +65,7 @@ static scm_t_bits tc16_continuation;
|
|||
|
||||
static const scm_t_uint32 continuation_stub_code[] =
|
||||
{
|
||||
SCM_PACK_RTL_24 (scm_op_continuation_call, 0)
|
||||
SCM_PACK_OP_24 (continuation_call, 0)
|
||||
};
|
||||
|
||||
static SCM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue