Browse Source

Removed spurious semicolon

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
68e90c75b6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/compiler.h

+ 1
- 1
src/include/compiler.h View File

@@ -86,7 +86,7 @@ __asm__ ( ".equ\tDEBUG_LEVEL, " DEBUG_SYMBOL_STR );
86 86
  *
87 87
  */
88 88
 
89
-#define __shared __asm__ ( "_shared_bss" );
89
+#define __shared __asm__ ( "_shared_bss" )
90 90
 
91 91
 #endif /* ASSEMBLY */
92 92
 

Loading…
Cancel
Save