VirtualBox

Ignore:
Timestamp:
Aug 18, 2022 12:06:58 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153092
Message:

IPRT/nocrt: Fixed div/0 bug in feraiseexcept. bugref:10261

File:
1 edited

Legend:

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

    r96213 r96278  
    9494        jz      .not_ze
    9595%ifdef RT_NOCRT_RAISE_FPU_EXCEPT_IN_SSE_MODE
    96         movss   xmm0, [g_r32Zero xWrtRIP]
    9796        movss   xmm0, [g_r32One  xWrtRIP]
     97        movss   xmm1, [g_r32Zero xWrtRIP]
    9898        divss   xmm0, xmm1
    9999%else
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