aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arm/asm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/arm/asm.s')
-rw-r--r--src/pkg/runtime/arm/asm.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/runtime/arm/asm.s b/src/pkg/runtime/arm/asm.s
index d65a119021..8c18fc85eb 100644
--- a/src/pkg/runtime/arm/asm.s
+++ b/src/pkg/runtime/arm/asm.s
@@ -73,7 +73,7 @@ TEXT mainstart(SB),7,$4
MOVW R0, (R1) // fail hard
RET
-// TODO(kaib): remove these once linker works properly
+// TODO(kaib): remove these once i actually understand how the linker removes symbols
// pull in dummy dependencies
TEXT _dep_dummy(SB),7,$0
BL _div(SB)
@@ -81,6 +81,7 @@ TEXT _dep_dummy(SB),7,$0
BL _mod(SB)
BL _modu(SB)
BL _modu(SB)
+ BL _sfloat(SB)
TEXT breakpoint(SB),7,$0
BL abort(SB)