Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216871
Collapse All | Expand All

(-)src/runtime/x86-assem.S-orig (-1 / +1 lines)
Lines 130-136 Link Here
130
130
131
/* Check for a return FP value. */
131
/* Check for a return FP value. */
132
	fxam
132
	fxam
133
	fnstsw	%eax
133
	fnstsw	%ax
134
	andl	$0x4500,%eax
134
	andl	$0x4500,%eax
135
	cmpl	$0x4100,%eax
135
	cmpl	$0x4100,%eax
136
	jne	Lfp_rtn_value
136
	jne	Lfp_rtn_value

Return to bug 216871