mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 12:10:28 +02:00
Fix GPR temporary selection
This commit is contained in:
parent
09e71475f4
commit
7e0b0be1ba
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ get_temp_gpr(jit_state_t *_jit)
|
||||||
static jit_fpr_t
|
static jit_fpr_t
|
||||||
get_temp_fpr(jit_state_t *_jit)
|
get_temp_fpr(jit_state_t *_jit)
|
||||||
{
|
{
|
||||||
switch(_jit->temp_gpr_saved++)
|
switch(_jit->temp_fpr_saved++)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
return JIT_FTMP;
|
return JIT_FTMP;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue