VirtualBox

Ignore:
Timestamp:
Oct 19, 2011 2:36:27 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74458
Message:

VMM: -W4 warnings (MSC).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r39034 r39038  
    630630        }
    631631    }
    632 #endif
    633632    return VERR_EM_INTERPRETER;
     633#endif
    634634}
    635635
     
    699699        }
    700700    }
    701 #endif
    702701    return VERR_EM_INTERPRETER;
     702#endif
    703703}
    704704
     
    779779        }
    780780    }
    781 #endif
    782781    return VERR_EM_INTERPRETER;
     782#endif
    783783}
    784784
     
    13271327#ifdef IN_RC
    13281328    }
    1329 #endif
    13301329    return VERR_EM_INTERPRETER;
     1330#endif
    13311331}
    13321332
     
    22092209
    22102210    AssertMsgFailedReturn(("Unexpected control register move\n"), VERR_EM_INTERPRETER);
    2211     return VERR_EM_INTERPRETER;
    22122211}
    22132212
     
    30663065#undef INTERPRET_CASE
    30673066    } /* switch (opcode) */
    3068     AssertFailed();
    3069     return VERR_INTERNAL_ERROR;
     3067    /* not reached */
    30703068}
    30713069
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette