Kaynağa Gözat

Removed spurious semicolon

tags/v0.9.3
Michael Brown 19 yıl önce
ebeveyn
işleme
68e90c75b6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/include/compiler.h

+ 1
- 1
src/include/compiler.h Dosyayı Görüntüle

@@ -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…
İptal
Kaydet