From fe17810138bc26bb3004050c2c5b966389d98d25 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Sat, 14 Oct 2023 13:47:07 +0200 Subject: [PATCH] Delete plugins.S --- tasmota/Plugins/plugins.S | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 tasmota/Plugins/plugins.S diff --git a/tasmota/Plugins/plugins.S b/tasmota/Plugins/plugins.S deleted file mode 100644 index bc7ed7746b50..000000000000 --- a/tasmota/Plugins/plugins.S +++ /dev/null @@ -1,29 +0,0 @@ - - .section .text.mod_part - .align 4 - .global j_mulsf3 - .type j_mulsf3,@function - j_mulsf3: - addi sp, sp, -8 - s32i.n a4, sp, 4 - l32r a4, module_header+52 - l32i a4, a4, 160 # table offset of mulsf3 - - # common part - s32i.n a0, sp, 0 - callx0 a4 - l32i.n a0, sp, 0 - l32i.n a4, sp, 4 - addi sp, sp, 8 - ret.n - - - .section .text.mod_part - .align 4 - .global gettbl - .type gettbl,@function - gettbl: - l32r a2, module_header+48 - ret.n - -