VirtualBox

Ignore:
Timestamp:
Jan 28, 2009 2:06:02 PM (16 years ago)
Author:
vboxsync
Message:

logl.asm: 64-bit darwin build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/math/logl.asm

    r8256 r16313  
    5555    fld     tword [_BP + _S*2]          ; st1=log(2) st0=lrd
    5656    fld     st0                         ; st1=log(2) st0=lrd st0=lrd
    57     fsub    qword [.one]                ; st2=log(2) st1=lrd st0=lrd-1.0
     57    fsub    qword [.one xWrtRIP]        ; st2=log(2) st1=lrd st0=lrd-1.0
    5858    fld     st0                         ; st3=log(2) st2=lrd st1=lrd-1.0 st0=lrd-1.0
    5959    fabs                                ; st3=log(2) st2=lrd st1=lrd-1.0 st0=abs(lrd-1.0)
    60     fcomp   qword [.limit]              ; st2=log(2) st1=lrd st0=lrd-1.0
     60    fcomp   qword [.limit xWrtRIP]      ; st2=log(2) st1=lrd st0=lrd-1.0
    6161    fnstsw  ax
    6262    and     eax, 04500h
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette