소스 검색

Hopefully fix gcc3 build issue

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
c399e88aa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/core/serial.c

+ 1
- 1
src/core/serial.c 파일 보기

@@ -91,7 +91,7 @@
91 91
 #define uart_writeb(val,addr) outb((val),(addr))
92 92
 #endif
93 93
 
94
-struct console_driver serial_console;
94
+struct console_driver serial_console __console_driver;
95 95
 
96 96
 /*
97 97
  * void serial_putc(int ch);

Loading…
취소
저장