summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2025-08-09 06:02:03 +0100
committerGitHub <noreply@github.com>2025-08-08 22:02:03 -0700
commit1ca6ca804df58d56352bb5007ab048cb0dad6757 (patch)
tree044a156c3b4234744164586ba8752597155ffd74 /spec
parent9612575930717c78c1bfed17231e364eea8a28da (diff)
Handwritten asm: fp (#1818)
Diffstat (limited to 'spec')
-rw-r--r--spec/spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/spec b/spec/spec
index dbaecee51..bd0f82c0b 100644
--- a/spec/spec
+++ b/spec/spec
@@ -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"