VirtualBox

Ignore:
Timestamp:
Oct 21, 2011 9:41:18 AM (13 years ago)
Author:
vboxsync
Message:

VMM,IPRT: -Wunused-function.

File:
1 edited

Legend:

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

    r38077 r39070  
    587587*******************************************************************************/
    588588static VBOXSTRICTRC     iemRaiseTaskSwitchFaultCurrentTSS(PIEMCPU pIemCpu);
    589 static VBOXSTRICTRC     iemRaiseSelectorNotPresent(PIEMCPU pIemCpu, uint32_t iSegReg, uint32_t fAccess);
     589/*static VBOXSTRICTRC     iemRaiseSelectorNotPresent(PIEMCPU pIemCpu, uint32_t iSegReg, uint32_t fAccess);*/
    590590static VBOXSTRICTRC     iemRaiseSelectorNotPresentBySelector(PIEMCPU pIemCpu, uint16_t uSel);
    591591static VBOXSTRICTRC     iemRaiseSelectorNotPresentWithErr(PIEMCPU pIemCpu, uint16_t uErr);
     
    20232023
    20242024
     2025#ifdef SOME_UNUSED_FUNCTION
    20252026/** \#TS(err) - 0a.  */
    20262027DECL_NO_INLINE(static, VBOXSTRICTRC) iemRaiseTaskSwitchFaultWithErr(PIEMCPU pIemCpu, uint16_t uErr)
     
    20282029    return iemRaiseXcptOrInt(pIemCpu, 0, X86_XCPT_TS, IEM_XCPT_FLAGS_T_CPU_XCPT | IEM_XCPT_FLAGS_ERR, uErr, 0);
    20292030}
     2031#endif
    20302032
    20312033
     
    37473749
    37483750
     3751#ifdef SOME_UNUSED_FUNCTION
    37493752/**
    37503753 * Fetches a data dword and sign extends it to a qword.
     
    37733776    return rc;
    37743777}
     3778#endif
    37753779
    37763780
     
    41964200
    41974201
     4202#ifdef SOME_UNUSED_FUNCTION
    41984203/**
    41994204 * Pushes a dword onto the stack, using a temporary stack pointer.
     
    42264231    return rc;
    42274232}
     4233#endif
    42284234
    42294235
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