VirtualBox

Changeset 30406 in vbox


Ignore:
Timestamp:
Jun 23, 2010 9:25:42 PM (15 years ago)
Author:
vboxsync
Message:

REM: incorporated git 99596385 from upstream: target-i386: Fix "call im" on x86_64 when executing 32-bit code (fixes xtracker 5076)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/translate.c

    r29732 r30406  
    68786878            if (s->dflag == 0)
    68796879                tval &= 0xffff;
     6880            else if (!CODE64(s))
     6881                tval &= 0xffffffff;
    68806882            gen_movtl_T0_im(next_eip);
    68816883            gen_push_T0(s);
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