VirtualBox

Changeset 40504 in vbox for trunk/src/recompiler/Sun


Ignore:
Timestamp:
Mar 16, 2012 4:38:06 PM (13 years ago)
Author:
vboxsync
Message:

Solaris 11 build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Sun/testmath.c

    r33540 r40504  
    8686        printf("%llx:%04x instead of %llx:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us);
    8787#endif
    88         __asm__("int3\n");
     88        __asm__("int $3\n");
    8989    }
    9090    return lrd;
     
    115115    {
    116116        printf("get_cw() -> %#x expected %#x\n", get_cw(), cw);
    117         __asm__("int3\n");
     117        __asm__("int $3\n");
    118118    }
    119119    return check_lrd(lrd, ull, us);
     
    205205#endif
    206206
    207 //    __asm__("int3");
     207//    __asm__("int $3");
    208208    CHECKL(lrintl(make_lrd_cw(000000000000000000ULL,000000,0x027f)), 0L);
    209209    CHECKL(lrintl(make_lrd_cw(0x8000000000000000ULL,0x3ffe,0x027f)), 0L);
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