Changeset 2303 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 21, 2007 12:34:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp
r2254 r2303 838 838 * which is definitely greater than 0x3b9aca00. 839 839 */ 840 /* 841 * bird: No, the C version does *not* crash. So, the question is whether there any 842 * code depending on it not crashing. 843 * 844 * Of course the assembly versions of the code crash right now for the reasons you've 845 * given, but the the 32-bit MSC version does not crash. 846 */ 840 847 u64 = ASMMultU64ByU32DivByU32(UINT64_C(0xfffffff8c65d6731), UINT32_C(0x77d7daf8), UINT32_C(0x3b9aca00)); 841 848 CHECKVAL(u64, UINT64_C(0x02b8f9a2aa74e3dc), "%#018RX64");
Note:
See TracChangeset
for help on using the changeset viewer.