1
Fork 0
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:
Andy Wingo 2019-05-21 15:34:40 +02:00
parent b7f367165f
commit 33754ba8c7

View file

@ -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;
}