瀏覽代碼

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
 

Loading…
取消
儲存