aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/start.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/start.S b/firmware/start.S
index f39665e..278f0d4 100644
--- a/firmware/start.S
+++ b/firmware/start.S
@@ -292,6 +292,10 @@ start:
/* break */
sbreak
+
+/* Hard mul functions for multest.c
+ **********************************/
+
hard_mul:
mul a0, a0, a1
ret