Changeset 106192 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 1, 2024 12:57:32 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 164976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r106180 r106192 755 755 REG_NATIVE_EFL_GROUP(shift, Shift); 756 756 # undef REG_NATIVE_EFL_GROUP 757 758 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeEflPostponedEmits, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_NONE, 759 "Postponed EFLAGS calculation emits", "/IEM/CPU%u/re/NativeEFlags/ZZEmits", idCpu); 757 760 758 761 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeLivenessEflCfSkippable, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Skippable EFLAGS.CF updating", "/IEM/CPU%u/re/NativeLivenessEFlags/CfSkippable", idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.