Changeset 94366 in vbox
- Timestamp:
- Mar 24, 2022 10:39:03 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMAImpl.cpp
r94364 r94366 968 968 } 969 969 if (cBadDigits || pd80->s.uPad != 0) 970 off =+RTStrPrintf(&pszBuf[off], sizeof(g_aszBuf[0]) - off, "[%u,%#x]", cBadDigits, pd80->s.uPad);970 off += RTStrPrintf(&pszBuf[off], sizeof(g_aszBuf[0]) - off, "[%u,%#x]", cBadDigits, pd80->s.uPad); 971 971 pszBuf[off] = '\0'; 972 972 return pszBuf;
Note:
See TracChangeset
for help on using the changeset viewer.