FPU_SET_CARRY
#define FPU_SET_CARRY(v) fpu_carry = ((v) != 0)
#define FPU_SET_CARRY(v) do { int __tmp; \