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:
parent
c6008fd0ab
commit
fb527804f9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue