Changeset 84706 in vbox for trunk/include/VBox
- Timestamp:
- Jun 5, 2020 6:11:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r84552 r84706 932 932 VMMR3DECL(bool) DBGFR3CpuIsIn64BitCode(PUVM pUVM, VMCPUID idCpu); 933 933 VMMR3DECL(bool) DBGFR3CpuIsInV86Code(PUVM pUVM, VMCPUID idCpu); 934 VMMR3DECL(const char *) DBGFR3CpuGetState(PUVM pUVM, VMCPUID idCpu); 934 935 #endif 935 936
Note:
See TracChangeset
for help on using the changeset viewer.