Changeset 81762 in vbox for trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
- Timestamp:
- Nov 11, 2019 3:23:46 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134550
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
r81071 r81762 220 220 221 221 CHECKVAL(uEDX2, idExtApic, "%x"); 222 if (idApic != (uint8_t)idExtApic )222 if (idApic != (uint8_t)idExtApic && uECX2 != 0) 223 223 RTTestIFailed("ASMGetApicIdExt0B() -> %#x vs ASMGetApicId() -> %#x", idExtApic, idApic); 224 224 }
Note:
See TracChangeset
for help on using the changeset viewer.