зеркало из https://github.com/mozilla/pjs.git
Bug 573341 - Wrong AVMPLUS_ALIGN16 declaration on mingw r=dvander
--HG-- extra : rebase_source : 1ae22e8abd799137e661f34b0c8346006a511617
This commit is contained in:
Родитель
af46e0718f
Коммит
c2eeb271dd
|
@ -174,7 +174,7 @@ namespace nanojit
|
|||
}
|
||||
|
||||
#ifndef AVMPLUS_ALIGN16
|
||||
#ifdef AVMPLUS_WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define AVMPLUS_ALIGN16(type) __declspec(align(16)) type
|
||||
#else
|
||||
#define AVMPLUS_ALIGN16(type) type __attribute__ ((aligned (16)))
|
||||
|
|
Загрузка…
Ссылка в новой задаче