VirtualBox

Changeset 19365 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 5, 2009 11:15:37 AM (16 years ago)
Author:
vboxsync
Message:

recompiler: gcc-4.4 fix, see internal ticket 3883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/cpu-exec.c

    r18073 r19365  
    530530           anything unnecessary (like crashing during emulate single instruction). */
    531531        env->current_tb = NULL;
    532         TMTimerPoll(env1->pVM);
     532        /* don't use env1->pVM here, the code wouldn't run with gcc-4.4/amd64
     533         * anymore, see #3883 */
     534        TMTimerPoll(env->pVM);
    533535#endif
    534536    } /* for(;;) */
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