diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-08-09 06:02:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 22:02:03 -0700 |
| commit | 1ca6ca804df58d56352bb5007ab048cb0dad6757 (patch) | |
| tree | 044a156c3b4234744164586ba8752597155ffd74 /spec | |
| parent | 9612575930717c78c1bfed17231e364eea8a28da (diff) | |
Handwritten asm: fp (#1818)
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -42,8 +42,7 @@ beginseg include "$(BUILD_DIR)/src/boot/libu64/system_heap.o" include "$(BUILD_DIR)/src/boot/libu64/padsetup.o" include "$(BUILD_DIR)/src/boot/libc64/math64.o" - include "$(BUILD_DIR)/asm/boot/fp.text.o" // Part of libc64 - include "$(BUILD_DIR)/data/boot/fp.data.o" + include "$(BUILD_DIR)/src/boot/libc64/fp.o" include "$(BUILD_DIR)/src/boot/libc64/malloc.o" include "$(BUILD_DIR)/src/boot/libc64/qrand.o" include "$(BUILD_DIR)/src/boot/libc64/__osMalloc.o" |
