- Fix build.

svn path=/branches/cmake-bringup/; revision=49570
This commit is contained in:
Amine Khaldi 2010-11-12 13:28:23 +00:00
parent 6496ec767d
commit d4fdd1fa4b

View file

@ -38,7 +38,7 @@ typedef struct
#pragma section(".asmdef")
__declspec(allocate(".asmdef"))
#elif defined(__GNUC__)
__attribute__ ((section (x))) ASMGENDATA Table[] =
__attribute__ ((section(".asmdef")))
#else
#error Your compiler is not supported.
#endif
@ -1582,4 +1582,3 @@ void DummyEntry()
{
}