VirtualBox

Changeset 61634 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jun 9, 2016 6:23:17 PM (8 years ago)
Author:
vboxsync
Message:

Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily deadlock if we involv other EMT like for cpumguest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r60804 r61634  
    40814081     */
    40824082    if (fLog2)
    4083         DBGFR3_INFO_LOG(pVM, "cpumguest", pszPrefix);
     4083        DBGFR3_INFO_LOG(pVM, env->pVCpu, "cpumguest", pszPrefix);
    40844084
    40854085    /*
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