VirtualBox

Changeset 100830 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 9, 2023 1:24:19 PM (16 months ago)
Author:
vboxsync
Message:

VMM/IEM: Build fix for when IEM_WITH_SETJMP is undefined. bugref:10369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInline.h

    r100826 r100830  
    545545        if (RT_LIKELY(rcStrict == VINF_SUCCESS))
    546546        { /* likely */ }
    547         else if (rcStrict == VINF_EM_RAW_GUEST_TRAP)
    548             return iemRaiseDebugException(pVCpu);
    549547        else
     548        {
     549            *pu8 = 0xff; /* shut up gcc. sigh */
     550            if (rcStrict == VINF_EM_RAW_GUEST_TRAP)
     551                return iemRaiseDebugException(pVCpu);
    550552            return rcStrict;
     553        }
    551554    }
    552555
Note: See TracChangeset for help on using the changeset viewer.

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