bugfix: 修复浮点数打印错误的bug

This commit is contained in:
fslongjin
2022-07-12 13:19:51 +08:00
parent 676260c537
commit 7670031b11
16 changed files with 235 additions and 35 deletions

View File

@ -1,7 +1,7 @@
CFLAGS += -I .
kernel_common_subdirs:=libELF
kernel_common_subdirs:=libELF math
all: glib.o
@list='$(kernel_common_subdirs)'; for subdir in $$list; do \