]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-cdefs.patch
cdefs patch to revert new upstream calling convention changes
[packages/VirtualBox.git] / VirtualBox-cdefs.patch
CommitLineData
d2baf7d5
JP
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.024929 seconds and 4 git commands to generate.