]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- DECLCALLBACK generates incorrect code on ix86, remove it auto/th/VirtualBox-6.1.16-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 24 Dec 2020 22:03:55 +0000 (23:03 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 24 Dec 2020 22:03:55 +0000 (23:03 +0100)
kernel-5.10.patch

index b28d6e03c85917e107d24341dc20cc29f4f52dc2..729235d0b9aa36b207be8001080f13a7d93b2ba0 100644 (file)
@@ -106,7 +106,7 @@ Index: src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
 + * @param   uAddr               The address to apply the new protection to.
 + * @param   pvUser              The opaque user data.
 + */
-+static DECLCALLBACK(int) rtR0MemObjLinuxApplyPageRange(pte_t *pPte, unsigned long uAddr, void *pvUser)
++static int rtR0MemObjLinuxApplyPageRange(pte_t *pPte, unsigned long uAddr, void *pvUser)
 +{
 +    PCLNXAPPLYPGRANGE pArgs = (PCLNXAPPLYPGRANGE)pvUser;
 +    PRTR0MEMOBJLNX pMemLnx = pArgs->pMemLnx;
This page took 0.151452 seconds and 4 git commands to generate.