[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 12 Nov 2010 13:28:23 +0000 (13:28 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 12 Nov 2010 13:28:23 +0000 (13:28 +0000)
- Fix build.

svn path=/branches/cmake-bringup/; revision=49570

include/asm/genincdata.c

index 6801438..ab02f49 100644 (file)
@@ -38,7 +38,7 @@ typedef struct
 #pragma section(".asmdef")
 __declspec(allocate(".asmdef"))
 #elif defined(__GNUC__)
 #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
 #else
 #error Your compiler is not supported.
 #endif
@@ -1582,4 +1582,3 @@ void DummyEntry()
 {
     
 }
 {
     
 }
-