Bug 573341 - Wrong AVMPLUS_ALIGN16 declaration on mingw r=dvander

This commit is contained in:
Jacek Caban 2010-08-02 11:58:44 +02:00
parent 719072ff9d
commit d58dccb9fd

View File

@ -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)))