Changeset 79145 in vbox for trunk/include/VBox
- Timestamp:
- Jun 14, 2019 6:01:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r79096 r79145 1449 1449 /** @name Misc Guest Predicate Functions. 1450 1450 * @{ */ 1451 VMMDECL(bool) CPUMIsGuestIn16BitCode(PVMCPU pVCpu);1452 VMMDECL(bool) CPUMIsGuestIn32BitCode(PVMCPU pVCpu);1453 1451 VMMDECL(bool) CPUMIsGuestIn64BitCode(PVMCPU pVCpu); 1454 1452 VMMDECL(bool) CPUMIsGuestNXEnabled(PVMCPU pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.