mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 18:50:21 +02:00
Make _rvs array static-const
This commit is contained in:
parent
9bc0158238
commit
c51c93708a
11 changed files with 17 additions and 17 deletions
|
@ -41,7 +41,7 @@ extern void __clear_cache(void *, void *);
|
|||
/*
|
||||
* Initialization
|
||||
*/
|
||||
jit_register_t _rvs[] = {
|
||||
static const jit_register_t _rvs[] = {
|
||||
{ 0, "r0" }, /* Zero */
|
||||
/* Not register starved, so, avoid allocating r1 and rp
|
||||
* due to being implicit target of ADDIL and B,L */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue