Skip to content

Commit

Permalink
Match mem_funcs from cam's work
Browse files Browse the repository at this point in the history
  • Loading branch information
PsiLupan committed Sep 4, 2024
1 parent c0de977 commit 2ea93a1
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 224 deletions.
222 changes: 0 additions & 222 deletions asm/MSL/mem_funcs.s

This file was deleted.

2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ def RuntimeLib(lib_name: str, objects: Objects) -> LibDict:
Object(Matching, "MSL/ctype.c"),
Object(NonMatching, "MSL/direct_io.c"),
Object(Matching, "MSL/cstring.c"),
Object(NonMatching, "MSL/mem_funcs.c"),
Object(Matching, "MSL/mem_funcs.c"),
Object(NonMatching, "MSL/printf.c"),
Object(Matching, "MSL/rand.c"),
Object(Matching, "MSL/string.c"),
Expand Down
2 changes: 1 addition & 1 deletion obj_files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ TEXT_O_FILES +=\
$(BUILD_DIR)/src/MSL/ctype.c.o\
$(BUILD_DIR)/asm/MSL/direct_io.s.o\
$(BUILD_DIR)/src/MSL/cstring.c.o\
$(BUILD_DIR)/asm/MSL/mem_funcs.s.o\
$(BUILD_DIR)/src/MSL/mem_funcs.c.o\
$(BUILD_DIR)/asm/MSL/printf.s.o\
$(BUILD_DIR)/src/MSL/rand.c.o\
$(BUILD_DIR)/src/MSL/string.c.o\
Expand Down
Loading

0 comments on commit 2ea93a1

Please sign in to comment.