1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 19:20:27 +02:00

Fix stxi_d bug

Also present in upstream; reported.
This commit is contained in:
Andy Wingo 2019-03-26 13:44:37 +01:00
parent 787305eae5
commit 9adbed9e7a

View file

@ -923,7 +923,7 @@ stxi_d(jit_state_t *_jit, jit_word_t i0, int32_t r0, int32_t r1)
str_d(_jit, rn(reg), r1);
#else
movi(_jit, rn(reg), i0);
stxr_f(_jit, rn(reg), r0, r1);
stxr_d(_jit, rn(reg), r0, r1);
#endif
unget_temp_gpr(_jit);
}