Changeset 9154 in vbox for trunk/src/VBox/VMM/CPUM.cpp
- Timestamp:
- May 27, 2008 11:33:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r8889 r9154 1684 1684 * In this context it's always pointer to the Core of a DBGFDISASSTATE. 1685 1685 */ 1686 static DECLCALLBACK(int) cpumR3DisasInstrRead(RT HCUINTPTR PtrSrc, uint8_t *pu8Dst, uint32_t cbRead, void *uDisCpu)1686 static DECLCALLBACK(int) cpumR3DisasInstrRead(RTUINTPTR PtrSrc, uint8_t *pu8Dst, uint32_t cbRead, void *uDisCpu) 1687 1687 { 1688 1688 PDISCPUSTATE pCpu = (PDISCPUSTATE)uDisCpu;
Note:
See TracChangeset
for help on using the changeset viewer.