ソースを参照

Removed spurious semicolon

tags/v0.9.3
Michael Brown 19年前
コミット
68e90c75b6
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/include/compiler.h

+ 1
- 1
src/include/compiler.h ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存