Changeset 41886 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 22, 2012 1:24:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CSAM.cpp
r41873 r41886 807 807 ~(DISOPTYPE_INVALID | DISOPTYPE_HARMLESS | DISOPTYPE_RRM_MASK), 808 808 pCpu, pcbInstr, pszOutput, cbOutput); 809 return DISInst Ex(InstrGC, enmCpuMode, ~(DISOPTYPE_INVALID | DISOPTYPE_HARMLESS | DISOPTYPE_RRM_MASK),810 csamR3ReadBytes, &DisInfo, pCpu, pcbInstr);809 return DISInstrEx(InstrGC, enmCpuMode, ~(DISOPTYPE_INVALID | DISOPTYPE_HARMLESS | DISOPTYPE_RRM_MASK), 810 csamR3ReadBytes, &DisInfo, pCpu, pcbInstr); 811 811 #endif 812 812 }
Note:
See TracChangeset
for help on using the changeset viewer.