1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

riscv: add get_callr_temp

This commit is contained in:
Ekaitz Zarraga 2024-11-14 16:57:13 +01:00
parent c6008fd0ab
commit fb527804f9

View file

@ -156,6 +156,11 @@ bless_function_pointer(void *ptr)
return ptr;
}
static jit_gpr_t
get_callr_temp (jit_state_t * _jit)
{
return _RA;
}
/*
* Veneers