VirtualBox

Changeset 52294 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 6, 2014 12:14:19 PM (10 years ago)
Author:
vboxsync
Message:

asm-math.h: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-math.h

    r51770 r52294  
    124124#  if RT_INLINE_ASM_GNU_STYLE
    125125    uint64_t u64Low, u64High;
    126     __asm__ __volatile__("mull %%rdx"
     126    __asm__ __volatile__("mulq %%rdx"
    127127                         : "=a" (u64Low), "=d" (u64High)
    128128                         : "0" (u64F1), "1" (u64F2));
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