summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-05-03 11:02:24 +0200
committerMichael Brown2005-05-03 11:02:24 +0200
commit68e90c75b6d895fad4f6e21f66951c61c416992a (patch)
treebbb9fcd551d4667ed72ba4d88e50ef1cf1b3e12a /src
parentUse shared symbols (diff)
downloadipxe-68e90c75b6d895fad4f6e21f66951c61c416992a.tar.gz
ipxe-68e90c75b6d895fad4f6e21f66951c61c416992a.tar.xz
ipxe-68e90c75b6d895fad4f6e21f66951c61c416992a.zip
Removed spurious semicolon
Diffstat (limited to 'src')
-rw-r--r--src/include/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/compiler.h b/src/include/compiler.h
index df0a01a6e..7d7c59605 100644
--- a/src/include/compiler.h
+++ b/src/include/compiler.h
@@ -86,7 +86,7 @@ __asm__ ( ".equ\tDEBUG_LEVEL, " DEBUG_SYMBOL_STR );
*
*/
-#define __shared __asm__ ( "_shared_bss" );
+#define __shared __asm__ ( "_shared_bss" )
#endif /* ASSEMBLY */