Changeset 39032 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
- Timestamp:
- Oct 19, 2011 11:08:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
r38581 r39032 692 692 NOREF(pvBits); 693 693 694 return VERR_NOT_IMPLEMENTED; 694 return VERR_NOT_IMPLEMENTED; NOREF(pModElf); 695 695 } 696 696 … … 701 701 PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod; 702 702 703 return VERR_NOT_IMPLEMENTED; 703 return VERR_NOT_IMPLEMENTED; NOREF(pModElf); 704 704 } 705 705 … … 711 711 PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod; 712 712 713 return VERR_NOT_IMPLEMENTED; 713 return VERR_NOT_IMPLEMENTED; NOREF(pModElf); 714 714 } 715 715 … … 720 720 PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod; 721 721 722 return VERR_NOT_IMPLEMENTED; 722 return VERR_NOT_IMPLEMENTED; NOREF(pModElf); 723 723 } 724 724 … … 730 730 PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod; 731 731 732 return VERR_NOT_IMPLEMENTED; 732 return VERR_NOT_IMPLEMENTED; NOREF(pModElf); 733 733 } 734 734 … … 740 740 PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod; 741 741 742 return VERR_NOT_IMPLEMENTED; 742 return VERR_NOT_IMPLEMENTED; NOREF(pModElf); 743 743 } 744 744
Note:
See TracChangeset
for help on using the changeset viewer.