From 68e90c75b6d895fad4f6e21f66951c61c416992a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 May 2005 09:02:24 +0000 Subject: [PATCH] Removed spurious semicolon --- src/include/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/compiler.h b/src/include/compiler.h index df0a01a6..7d7c5960 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 */