зеркало из https://github.com/mozilla/pjs.git
Bug 569547 - fastcall useless on win64. r=benjamin
This commit is contained in:
Родитель
2192b47917
Коммит
2d3f9841cc
|
@ -155,7 +155,7 @@
|
||||||
(__GNUC__ >= 3) && !defined(XP_OS2)
|
(__GNUC__ >= 3) && !defined(XP_OS2)
|
||||||
#define NS_FASTCALL __attribute__ ((regparm (3), stdcall))
|
#define NS_FASTCALL __attribute__ ((regparm (3), stdcall))
|
||||||
#define NS_CONSTRUCTOR_FASTCALL __attribute__ ((regparm (3), stdcall))
|
#define NS_CONSTRUCTOR_FASTCALL __attribute__ ((regparm (3), stdcall))
|
||||||
#elif defined(XP_WIN)
|
#elif defined(XP_WIN) && !defined(_WIN64)
|
||||||
#define NS_FASTCALL __fastcall
|
#define NS_FASTCALL __fastcall
|
||||||
#define NS_CONSTRUCTOR_FASTCALL
|
#define NS_CONSTRUCTOR_FASTCALL
|
||||||
#else
|
#else
|
||||||
|
|
Загрузка…
Ссылка в новой задаче