mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
AArch64 fix
This commit is contained in:
parent
b7f367165f
commit
33754ba8c7
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