VirtualBox

Changeset 103664 in vbox


Ignore:
Timestamp:
Mar 4, 2024 12:24:37 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162024
Message:

VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced with r161946, bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp

    r103663 r103664  
    59305930static uint32_t iemNativeEmitRaiseUd(PIEMRECOMPILERSTATE pReNative, uint32_t off, uint32_t idxReturnLabel)
    59315931{
    5932     uint32_t const idxLabel = iemNativeLabelFind(pReNative, kIemNativeLabelType_RaiseNm);
     5932    uint32_t const idxLabel = iemNativeLabelFind(pReNative, kIemNativeLabelType_RaiseUd);
    59335933    if (idxLabel != UINT32_MAX)
    59345934    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette