VirtualBox

Changeset 104353 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Apr 17, 2024 3:37:43 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fixed gregression from r162733 in iemAImpl_pcmpistri_u128, forgetting to update EFLAGS poitner register. bugref:10641

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm

    r104269 r104353  
    59605960; @param    A0      Pointer to the EFLAGS register.
    59615961; @param    A1      Pointer to the first operand (input).
    5962 ; @param    A1      Pointer to the second operand (input).
     5962; @param    A2      Pointer to the second operand (input).
    59635963; @param    A3      The 8-bit immediate
    59645964;
     
    59735973        IEMIMPL_CALL_JUMP_TABLE_TARGET T1, A3, 8
    59745974
    5975         IEM_SAVE_FLAGS_OLD A1, X86_EFL_CF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_OF, 0, X86_EFL_AF | X86_EFL_PF
     5975        IEM_SAVE_FLAGS_OLD A0, X86_EFL_CF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_OF, 0, X86_EFL_AF | X86_EFL_PF
    59765976        mov    R0_32, ecx
    59775977
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