bugfix: 解决在docker中以O1优化时导致page fault的问题

This commit is contained in:
fslongjin
2022-08-04 23:22:26 +08:00
parent db024b34e0
commit fdd5d3cf66
2 changed files with 9 additions and 5 deletions

View File

@ -16,6 +16,7 @@
extern struct scm_ui_framework_t textui_framework;
extern unsigned char font_ascii[256][16]; //导出ascii字体的bitmap8*16大小 ps:位于font.h中
static void __textui_render_chromatic(uint16_t actual_line, uint16_t index, struct textui_char_chromatic_t *character);
/**