VirtualBox

Changeset 13615

Show
Ignore:
Timestamp:
10/28/08 13:54:17 (2 months ago)
Author:
vboxsync
Message:

build fix (Knut, could you please updae both recompilers, if making changes, or at least ping me on that?)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r13559 r13615  
    734734     * Sync the state and enable single instruction / single stepping. 
    735735     */ 
    736     rc = REMR3State(pVM, false /* no need to flush the TBs; we always compile. */); 
     736    rc = REMR3State(pVM); 
    737737    if (VBOX_SUCCESS(rc)) 
    738738    { 
     
    16281628 *          pending that would immediatly interrupt execution. 
    16291629 */ 
    1630 REMR3DECL(int)  REMR3State(PVM pVM, bool fFlushTBs
     1630REMR3DECL(int)  REMR3State(PVM pVM
    16311631{ 
    16321632    register const CPUMCTX *pCtx; 
     
    16471647    pVM->rem.s.fInStateSync = true; 
    16481648 
    1649     if (fFlushTBs) 
     1649    /* 
     1650     * If we have to flush TBs, do that immediately. 
     1651     */ 
     1652    if (pVM->rem.s.fFlushTBs) 
    16501653    { 
    16511654        STAM_COUNTER_INC(&gStatFlushTBs); 
    16521655        tb_flush(&pVM->rem.s.Env); 
     1656        pVM->rem.s.fFlushTBs = false; 
    16531657    } 
    16541658 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy