mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-25 20:50:31 +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;
|
return ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static jit_gpr_t
|
||||||
|
get_callr_temp (jit_state_t * _jit)
|
||||||
|
{
|
||||||
|
return _RA;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Veneers
|
* Veneers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue