Changeset 22890 in vbox for trunk/src/recompiler
- Timestamp:
- Sep 9, 2009 11:11:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r22793 r22890 668 668 uint32_t fRawRing0 = false; 669 669 uint32_t u32Sep; 670 u nsignedi;670 uint32_t i; 671 671 int rc; 672 672 PREM pRem; … … 777 777 * Sync the whole CPU state when executing code in the recompiler. 778 778 */ 779 for (i =0;i<pVM->cCPUs;i++)779 for (i = 0; i < pVM->cCpus; i++) 780 780 { 781 781 PVMCPU pVCpu = &pVM->aCpus[i]; 782 783 782 CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_ALL); 784 783 } … … 2827 2826 2828 2827 #ifdef VBOX_STRICT 2829 if (pVM->cC PUs == 1)2828 if (pVM->cCpus == 1) 2830 2829 { 2831 2830 /* Check that all records are now on the free list. */
Note:
See TracChangeset
for help on using the changeset viewer.