1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00

fix -D_ASM_SAFETY compilation of beqr_d and bne_d

2010-08-18  Paolo Bonzini  <bonzini@gnu.org>

	* lightning/i386/fp-32.h: Fix -D_ASM_SAFETY compilation.
	Reported by Paulo César Pereira de Andrade.
This commit is contained in:
Paolo Bonzini 2010-08-18 10:05:42 +02:00
parent e19b41c9f0
commit 7e19a3da19
2 changed files with 6 additions and 2 deletions

View file

@ -259,7 +259,7 @@ union jit_double_imm {
FNSTSWr(_EAX), \
SHRLir(n, _EAX), \
((_and) ? ANDLir ((_and), _EAX) : 0), \
((cmp) ? CMPLir ((cmp), _AL) : 0), \
((cmp) ? CMPLir ((cmp), _EAX) : 0), \
POPLr(_EAX), \
res ((d)), \
_jit.x.pc)