1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00

Correct source of the self test case and a missed check failure.

This commit is contained in:
pcpa 2013-10-03 19:05:52 -03:00
parent 36a60d7aa3
commit 485584546a
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ typedef enum {
# define jit_v(i) (_RBX + (i))
# define jit_v_num() 4
# define jit_arg_f_reg_p(i) ((i) >= 0 && (i) < 8)
# define jit_f(index) (_XMM0 + (index))
# define jit_f(index) (_XMM8 + (index))
# define jit_f_num() 8
# define JIT_R0 _RAX
# define JIT_R1 _R10