mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 23:40:29 +02:00
another fix to jit_fp_btest
2009-02-17 Paolo Bonzini <bonzini@gnu.org> * lightning/i386/fp-32.h: Another fix to jit_fp_btest.
This commit is contained in:
parent
a76f19c5ef
commit
d671ec726d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-02-17 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* lightning/i386/fp-32.h: Another fix to jit_fp_btest.
|
||||||
|
|
||||||
2009-02-17 Paolo Bonzini <bonzini@gnu.org>
|
2009-02-17 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* lightning/fp-common.h: Define double branches if missing.
|
* lightning/fp-common.h: Define double branches if missing.
|
||||||
|
|
|
@ -262,7 +262,7 @@ union jit_double_imm {
|
||||||
((cmp) ? CMPLir ((cmp), _AL) : 0), \
|
((cmp) ? CMPLir ((cmp), _AL) : 0), \
|
||||||
POPLr(_EAX), \
|
POPLr(_EAX), \
|
||||||
res ((d)), \
|
res ((d)), \
|
||||||
_jit.x.ppc)
|
_jit.x.pc)
|
||||||
|
|
||||||
#define jit_nothing_needed(x)
|
#define jit_nothing_needed(x)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue