From: Henrik Gramner Date: Thu, 31 Jan 2019 19:21:43 +0000 (+0100) Subject: x86inc: Make 'non-adjacent' default in the TAIL_CALL macro X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f85b3c4961810427cc4e8f520e0b706a321114d;p=libx264 x86inc: Make 'non-adjacent' default in the TAIL_CALL macro --- diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm index 4a7da7fa..145ac7d5 100644 --- a/common/x86/x86inc.asm +++ b/common/x86/x86inc.asm @@ -682,7 +682,7 @@ DECLARE_ARG 7, 8, 9, 10, 11, 12, 13, 14 BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae, jna, jnae, jb, jbe, jnb, jnbe, jc, jnc, js, jns, jo, jno, jp, jnp -%macro TAIL_CALL 2 ; callee, is_nonadjacent +%macro TAIL_CALL 1-2 1 ; callee, is_nonadjacent %if has_epilogue call %1 RET