mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Merge from upstream lightening
This commit is contained in:
commit
fa6093c4ef
1 changed files with 1 additions and 2 deletions
|
@ -793,8 +793,7 @@ jit_move_operands(jit_state_t *_jit, jit_operand_t *dst, jit_operand_t *src,
|
||||||
// at least at the end we know that an in-place increment of one
|
// at least at the end we know that an in-place increment of one
|
||||||
// operand won't alias another.
|
// operand won't alias another.
|
||||||
for (size_t i = 0; i < argc; i++)
|
for (size_t i = 0; i < argc; i++)
|
||||||
if (status[i] == TO_MOVE)
|
apply_addend(_jit, dst[i], src[i]);
|
||||||
apply_addend(_jit, dst[i], src[i]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const jit_gpr_t abi_gpr_args[] = {
|
static const jit_gpr_t abi_gpr_args[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue