Changeset 41768 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 15, 2012 7:15:22 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78585
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/patm.h
r41658 r41768 558 558 */ 559 559 VMMR3DECL(int) PATMR3QueryOpcode(PVM pVM, RTRCPTR pInstrGC, uint8_t *pByte); 560 VMMR3DECL(int) PATMR3ReadOrgInstr(PVM pVM, RTGCPTR32 GCPtrInstr, uint8_t *pbDst, size_t cbToRead, size_t *pcbRead); 560 561 561 562 /**
Note:
See TracChangeset
for help on using the changeset viewer.