VirtualBox

Changeset 1030 in vbox for trunk/include


Ignore:
Timestamp:
Feb 23, 2007 9:34:55 AM (18 years ago)
Author:
vboxsync
Message:

just let the compiler decide

File:
1 edited

Legend:

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

    r1029 r1030  
    783783#  elif (defined(PIC) || defined(__DARWIN__)) && defined(__i386__)
    784784    RTCCUINTREG uSpill;
    785     __asm__ ("mov   %%ebx,%%edi\n\t"
     785    __asm__ ("mov   %%ebx,%1\n\t"
    786786             "cpuid\n\t"
    787              "xchgl %%edi,%%ebx\n\t"
     787             "xchgl %%ebx,%1\n\t"
    788788             : "=a" (uSpill),
    789                "=D" (xBX)
     789               "=r" (xBX)
    790790             : "0" (1)
    791791             : "ecx", "edx");
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