VirtualBox

Ignore:
Timestamp:
Mar 29, 2009 12:27:41 AM (16 years ago)
Author:
vboxsync
Message:

REM/op_helper.c: Unused var caused by disabled code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/target-i386/op_helper.c

    r18082 r18475  
    10321032    env->eflags &= ~(TF_MASK | VM_MASK | RF_MASK | NT_MASK);
    10331033#else
    1034      /* 
     1034     /*
    10351035     * We must clear VIP/VIF too on interrupt entry, as otherwise FreeBSD
    1036      * gets confused by seeingingly changed EFLAGS. See #3491 and 
     1036     * gets confused by seeingingly changed EFLAGS. See #3491 and
    10371037     * public bug #2341.
    10381038     */
     
    13081308    env->eflags &= ~(TF_MASK | VM_MASK | RF_MASK | NT_MASK);
    13091309#else
    1310     /* 
     1310    /*
    13111311     * We must clear VIP/VIF too on interrupt entry, as otherwise FreeBSD
    1312      * gets confused by seeingingly changed EFLAGS. See #3491 and 
     1312     * gets confused by seeingingly changed EFLAGS. See #3491 and
    13131313     * public bug #2341.
    13141314     */
     
    56905690{
    56915691    CPUX86State *savedenv = env;
     5692#ifdef FORCE_SEGMENT_SYNC
    56925693    jmp_buf old_buf;
     5694#endif
    56935695
    56945696    env = env1;
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