]> git.pld-linux.org Git - packages/VirtualBox.git/blob - VirtualBox-cdefs.patch
cdefs patch to revert new upstream calling convention changes
[packages/VirtualBox.git] / VirtualBox-cdefs.patch
1 --- include/iprt/cdefs.h~       2015-09-09 22:38:49.039195210 +0200
2 +++ include/iprt/cdefs.h        2015-09-09 22:39:54.705032329 +0200
3 @@ -978,8 +978,6 @@
4  # define RTCALL                 __cdecl
5  #elif defined(RT_OS_OS2)
6  # define RTCALL                 __cdecl
7 -#elif defined(__GNUC__) && defined(RT_ARCH_X86)
8 -# define RTCALL                 __attribute__((cdecl,regparm(0)))
9  #else
10  # define RTCALL
11  #endif
This page took 0.026062 seconds and 3 git commands to generate.