Changeset 41675 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jun 12, 2012 8:27:37 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstCompiler.cpp
r41669 r41675 207 207 char sz[256]; 208 208 uint32_t cbInstr = 0; 209 if (RT_SUCCESS(DISInstrToStr(pbCur, CPUMODE_32BIT, &Cpu, &cbInstr, sz, sizeof(sz))))209 if (RT_SUCCESS(DISInstrToStr(pbCur, DISCPUMODE_32BIT, &Cpu, &cbInstr, sz, sizeof(sz)))) 210 210 { 211 211 RTPrintf("tstBitFields: %s", sz);
Note:
See TracChangeset
for help on using the changeset viewer.