shithub: openh264

Download patch

ref: b13a399ab5c6062da4d094ce8c041954b305a216
parent: f2642b308aa2ae4e633cadd9937264041e0758a5
author: Martin Storsjö <martin@martin.st>
date: Wed Apr 23 07:15:47 EDT 2014

Use a plain "ret" instead of "ret lr"

This fixes an issue with assembling with gnu binutils.

--- a/codec/common/arm64/arm_arch64_common_macro.S
+++ b/codec/common/arm64/arm_arch64_common_macro.S
@@ -39,7 +39,7 @@
 .endm
 
 .macro WELS_ASM_ARCH64_FUNC_END
-ret lr
+ret
 .endm
 #else
 
@@ -55,7 +55,7 @@
 .endm
 
 .macro WELS_ASM_ARCH64_FUNC_END
-ret lr
+ret
 .endfunc
 .endm
 #endif