projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6496ec7
)
[CMAKE]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 12 Nov 2010 13:28:23 +0000
(13:28 +0000)
committer
Amine 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
patch
|
blob
|
history
diff --git
a/include/asm/genincdata.c
b/include/asm/genincdata.c
index
6801438
..
ab02f49
100644
(file)
--- a/
include/asm/genincdata.c
+++ b/
include/asm/genincdata.c
@@
-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()
{
}
{
}
-