VirtualBox

Ignore:
Timestamp:
Mar 29, 2024 4:49:19 AM (8 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fix one more incorrect instruction name, bugref:9898

File:
1 edited

Legend:

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

    r104099 r104117  
    1211912119
    1212012120/** Opcode 0xdb 11/3. */
    12121 FNIEMOP_DEF_1(iemOp_fcmovnnu_stN, uint8_t, bRm)
    12122 {
    12123     IEMOP_MNEMONIC(fcmovnnu_st0_stN, "fcmovnnu st0,stN");
     12121FNIEMOP_DEF_1(iemOp_fcmovnu_stN, uint8_t, bRm)
     12122{
     12123    IEMOP_MNEMONIC(fcmovnu_st0_stN, "fcmovnu st0,stN");
    1212412124    IEM_MC_BEGIN(0, 0);
    1212512125    IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX();
     
    1225512255            case 1: return FNIEMOP_CALL_1(iemOp_fcmovne_stN,  bRm);
    1225612256            case 2: return FNIEMOP_CALL_1(iemOp_fcmovnbe_stN, bRm);
    12257             case 3: return FNIEMOP_CALL_1(iemOp_fcmovnnu_stN, bRm);
     12257            case 3: return FNIEMOP_CALL_1(iemOp_fcmovnu_stN, bRm);
    1225812258            case 4:
    1225912259                switch (bRm)
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