Skip to content

Commit ec5ae69

Browse files
committed
arm: Remove spurious .fnend directive
...a.k.a. Fix annoying build error Some toolchains rightly object to the fact that once the acros are expanded this results in multiple ".fnend"s without ".fnstart"s. See: #4836 Signed-off-by: Phil Elwell <[email protected]>
1 parent 59aeb16 commit ec5ae69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/lib/memcpymove.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
280280
199:
281281
pop {DAT3, DAT4, DAT5, DAT6, DAT7}
282282
pop {D, DAT1, DAT2, pc}
283-
UNWIND( .fnend )
284283
.endm
285284

286285
.macro memcpy_medium_inner_loop backwards, align

0 commit comments

Comments
 (0)