Revision 3b46e624 target-i386/exec.h

b/target-i386/exec.h
443 443
static inline void helper_fstt(CPU86_LDouble f, target_ulong ptr)
444 444
{
445 445
    CPU86_LDoubleU temp;
446
   
446

  
447 447
    temp.d = f;
448 448
    stq(ptr, temp.l.lower);
449 449
    stw(ptr + 8, temp.l.upper);

Also available in: Unified diff