mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Merge remote-tracking branch 'lightening/master'
This commit is contained in:
commit
ec9fa9561b
1 changed files with 1 additions and 1 deletions
|
@ -2541,7 +2541,7 @@ static uint32_t*
|
|||
jmp_without_veneer(jit_state_t *_jit)
|
||||
{
|
||||
uint32_t *loc = _jit->pc.ui;
|
||||
emit_u32(_jit, encode_o26(_jit, A64_B));
|
||||
emit_u32(_jit, encode_o26(A64_B));
|
||||
return loc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue