VirtualBox

Changeset 74798 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Oct 12, 2018 12:25:41 PM (6 years ago)
Author:
vboxsync
Message:

vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define VMCPU_WITH_64_BIT_FFS to enable. bugref:9180

File:
1 edited

Legend:

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

    r74791 r74798  
    11661166                    && !VMCPU_FF_IS_ANY_SET(pVCpu, VMCPU_FF_ALL_REM_MASK))
    11671167                    continue;
    1168                 RTLogPrintf("remR3RunLoggingStep: rc=VINF_SUCCESS w/ FFs (%#x/%#x)\n",
    1169                             pVM->fGlobalForcedActions, pVCpu->fLocalForcedActions);
     1168                RTLogPrintf("remR3RunLoggingStep: rc=VINF_SUCCESS w/ FFs (%#x/%#RX64)\n",
     1169                            pVM->fGlobalForcedActions, (uint64_t)pVCpu->fLocalForcedActions);
    11701170                rc = VINF_SUCCESS;
    11711171                break;
     
    12001200                        continue;
    12011201
    1202                     RTLogPrintf("remR3RunLoggingStep: rc=VINF_SUCCESS w/ FFs (%#x/%#x)\n",
    1203                                 pVM->fGlobalForcedActions, pVCpu->fLocalForcedActions);
     1202                    RTLogPrintf("remR3RunLoggingStep: rc=VINF_SUCCESS w/ FFs (%#x/%#RX64)\n",
     1203                                pVM->fGlobalForcedActions, (uint64_t)pVCpu->fLocalForcedActions);
    12041204                    rc = VINF_SUCCESS;
    12051205                }
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