Changeset 103877 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 16, 2024 2:36:30 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h
r103875 r103877 1118 1118 * Make sure we don't have any outstanding guest register writes as we may 1119 1119 * raise an \#UD or \#NM and all guest register must be up to date in CPUMCTX. 1120 *1121 * @todo r=aeichner Can we postpone this to the RaiseNm/RaiseUd path?1122 1120 */ 1123 1121 off = iemNativeRegFlushPendingWrites(pReNative, off);
Note:
See TracChangeset
for help on using the changeset viewer.