🎨 更改全局变量定义的位置

This commit is contained in:
fslongjin
2022-04-13 11:15:16 +08:00
parent 7295565e5e
commit 3fc2ec6d7e
6 changed files with 38 additions and 118 deletions

View File

@ -72,7 +72,7 @@
{ \
printk("[ "); \
printk_color(RED, BLACK, "BUG"); \
printk(" ] "); \
printk(" ] (%s:%d)\t", __FILE__, __LINE__); \
printk(__VA_ARGS__); \
printk("\n"); \
} while (0);