VirtualBox

Ignore:
Timestamp:
Jul 16, 2024 11:21:19 AM (5 months ago)
Author:
vboxsync
Message:

VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit darwin/arm64 restrictions. bugref:10725

File:
1 edited

Legend:

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

    r98103 r105352  
    275275        va_list va2;
    276276        va_copy(va2, va); /* Have to make a copy here or GCC will break. */
    277         rc = VMR3ReqPriorityCallWait(pVM, VMCPUID_ANY,
    278                                      (PFNRT)vmR3SetRuntimeErrorV, 5, pVM, fFlags, pszErrorId, pszFormat, &va2);
     277        rc = VMR3ReqPriorityCallWait(pVM, VMCPUID_ANY, (PFNRT)vmR3SetRuntimeErrorV, 5,
     278                                     pVM, fFlags, pszErrorId, pszFormat, &va2);
    279279        va_end(va2);
    280280    }
     
    282282    {
    283283        char *pszMessage = MMR3HeapAPrintfV(pVM, MM_TAG_VM, pszFormat, va);
    284         rc = VMR3ReqCallNoWait(pVM, VMCPUID_ANY,
    285                                (PFNRT)vmR3SetRuntimeError, 4, pVM, fFlags, pszErrorId, pszMessage);
     284        rc = VMR3ReqCallNoWait(pVM, VMCPUID_ANY, (PFNRT)vmR3SetRuntimeError, 4,
     285                               pVM, fFlags, pszErrorId, pszMessage);
    286286        if (RT_FAILURE(rc))
    287287            MMR3HeapFree(pszMessage);
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