Changeset 40504 in vbox for trunk/src/recompiler/Sun
- Timestamp:
- Mar 16, 2012 4:38:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Sun/testmath.c
r33540 r40504 86 86 printf("%llx:%04x instead of %llx:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us); 87 87 #endif 88 __asm__("int 3\n");88 __asm__("int $3\n"); 89 89 } 90 90 return lrd; … … 115 115 { 116 116 printf("get_cw() -> %#x expected %#x\n", get_cw(), cw); 117 __asm__("int 3\n");117 __asm__("int $3\n"); 118 118 } 119 119 return check_lrd(lrd, ull, us); … … 205 205 #endif 206 206 207 // __asm__("int 3");207 // __asm__("int $3"); 208 208 CHECKL(lrintl(make_lrd_cw(000000000000000000ULL,000000,0x027f)), 0L); 209 209 CHECKL(lrintl(make_lrd_cw(0x8000000000000000ULL,0x3ffe,0x027f)), 0L);
Note:
See TracChangeset
for help on using the changeset viewer.