mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
解决了debian上编译后,kernel_thread_func被优化掉的问题
This commit is contained in:
@ -635,9 +635,9 @@ static void putchar(uint *fb, int Xsize, int x, int y, unsigned int FRcolor, uns
|
||||
* @param font 字符的bitmap
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
//#if DEBUG
|
||||
uart_send(COM1, font);
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
unsigned char *font_ptr = font_ascii[font];
|
||||
unsigned int *addr;
|
||||
|
Reference in New Issue
Block a user