Explorar el Código

Removed spurious semicolon

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
68e90c75b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/compiler.h

+ 1
- 1
src/include/compiler.h Ver fichero

@@ -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…
Cancelar
Guardar