VirtualBox

Changeset 101024 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Sep 6, 2023 8:26:08 AM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158981
Message:

VMM/VMMR3: Compilation fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM-armv8.cpp

    r100140 r101024  
    285285{
    286286    AssertReleaseFailed();
    287     RT_NOREF(pVM, pPatchMem, cbPatchMem)
     287    RT_NOREF(pVM, pPatchMem, cbPatchMem);
    288288    return VERR_NOT_SUPPORTED;
    289289}
     
    301301{
    302302    AssertReleaseFailed();
    303     RT_NOREF(pVM, pPatchMem, cbPatchMem)
     303    RT_NOREF(pVM, pPatchMem, cbPatchMem);
    304304    return VERR_NOT_SUPPORTED;
    305305}
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