1
Fork 0
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:
Andy Wingo 2018-11-04 12:18:38 +01:00
parent 9bc0158238
commit c51c93708a
11 changed files with 17 additions and 17 deletions

View file

@ -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 */