Changeset 103664 in vbox
- Timestamp:
- Mar 4, 2024 12:24:37 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162024
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r103663 r103664 5930 5930 static uint32_t iemNativeEmitRaiseUd(PIEMRECOMPILERSTATE pReNative, uint32_t off, uint32_t idxReturnLabel) 5931 5931 { 5932 uint32_t const idxLabel = iemNativeLabelFind(pReNative, kIemNativeLabelType_Raise Nm);5932 uint32_t const idxLabel = iemNativeLabelFind(pReNative, kIemNativeLabelType_RaiseUd); 5933 5933 if (idxLabel != UINT32_MAX) 5934 5934 {
Note:
See TracChangeset
for help on using the changeset viewer.